-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 939 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "node-release-lines",
"version": "1.3.4",
"description": "Data api for node.js releases",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nw/node-release-lines.git"
},
"bugs": {
"url": "https://github.com/nw/node-release-lines/issues"
},
"bin": {
"amisafe": "./bin/isnodesafe.js",
"isnodesafe": "./bin/isnodesafe.js",
"nodetimeline": "./bin/nodetimeline.js"
},
"scripts": {
"test": "mocha",
"refresh": "node scripts/refreshData.js && node scripts/changelogParser.js"
},
"author": "Nathan White <[email protected]>",
"contributors": [
"Tierney Cyren <[email protected]>"
],
"license": "MIT",
"files": [
"index.js",
"data",
"lib",
"bin"
],
"devDependencies": {
"mocha": "^5.2.0",
"semver": "^5.5.1",
"split2": "^3.0.0",
"standard": "^12.0.1"
},
"dependencies": {
"commander": "^2.18.0"
}
}