forked from oakfang/gemfile
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 799 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 799 Bytes
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
32
33
34
35
36
37
38
39
40
41
{
"name": "@snyk/gemfile",
"description": "A Gemfile.lock parser for Node.js represented with JSON.",
"main": "gemfile.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/snyk/gemfile.git"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/snyk/gemfile#readme",
"bugs": {
"url": "https://github.com/snyk/gemfile/issues"
},
"files": [
"gemfile.js"
],
"keywords": [
"Gemfile",
"Gemfile.lock",
"parser",
"Ruby",
"Rails",
"Gems",
"RubyGems"
],
"author": "Trey Cordova",
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"sinon": "^7.1.1"
},
"engines": {
"node": ">= 4.2.4"
}
}