-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 854 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "rails-gemfile-update",
"version": "1.0.0",
"description": "Update your gemfile without wasting time looking for each version of the gems. Let the web-scraping technique handle it for you.",
"main": "index.js",
"scripts": {
"dev": "node ./src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cassiompf/rails-gemfile-update.git"
},
"keywords": [
"rails",
"gemfile",
"update"
],
"author": "cassiompf",
"license": "ISC",
"bugs": {
"url": "https://github.com/cassiompf/rails-gemfile-update/issues"
},
"homepage": "https://github.com/cassiompf/rails-gemfile-update#readme",
"dependencies": {
"axios": "^0.21.1",
"fs": "^0.0.1-security",
"jsdom": "^17.0.0",
"line-by-line": "^0.1.6"
}
}