forked from nodejs/node-gyp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 781 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 781 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
{ "name": "node-gyp"
, "description": "Node.js native addon build tool"
, "keywords": [ "native", "addon", "module", "c", "c++", "bindings", "gyp" ]
, "version": "0.6.10"
, "installVersion": 9
, "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)"
, "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-gyp.git" }
, "preferGlobal": true
, "bin": "./bin/node-gyp.js"
, "main": "./lib/node-gyp.js"
, "dependencies": {
"glob": "3"
, "graceful-fs": "1"
, "fstream": "~0.1.13"
, "minimatch": "0.2"
, "mkdirp": "0.3"
, "nopt": "2"
, "npmlog": "0"
, "osenv": "0"
, "request": "2.9"
, "rimraf": "2"
, "semver": "1"
, "tar": "~0.1.12"
, "which": "1"
}
, "engines": { "node": ">= 0.6.0" }
}