-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
36 lines (36 loc) · 919 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
{
"name": "node-gyp-install",
"version": "2.2.0",
"description": "Manually download node/iojs header files for usage with node-gyp.",
"main": "index.js",
"dependencies": {
"after-all": "^2.0.2",
"minimist": "^1.1.2",
"multi-write-stream": "^1.0.3",
"npmlog": "^1.2.1",
"pump": "^1.0.0",
"semver": "~5.0.3",
"simple-get": "^1.4.2",
"tar-fs": "^1.4.2",
"tar-map-stream": "^1.0.0"
},
"devDependencies": {
"standard": "^4.5.4"
},
"bin": {
"node-gyp-install": "./bin.js"
},
"scripts": {
"test": "standard && node bin.js && node bin.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/node-gyp-install.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/node-gyp-install/issues"
},
"homepage": "https://github.com/mafintosh/node-gyp-install"
}