mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
26 lines
770 B
JSON
26 lines
770 B
JSON
{ "name": "node-gyp"
|
|
, "description": "Node.js native addon build tool"
|
|
, "keywords": [ "native", "addon", "module", "c", "c++", "bindings", "gyp" ]
|
|
, "version": "0.3.11"
|
|
, "installVersion": 7
|
|
, "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": {
|
|
"ansi": "0.0.x"
|
|
, "glob": "3"
|
|
, "graceful-fs": "1"
|
|
, "fstream": "~0.1.13"
|
|
, "minimatch": "0.2.x"
|
|
, "mkdirp": "0.3.0"
|
|
, "nopt": "1"
|
|
, "request": "2.9.x"
|
|
, "rimraf": "2"
|
|
, "semver": "1"
|
|
, "tar": "~0.1.12"
|
|
, "which": "1"
|
|
}
|
|
, "engines": { "node": ">= 0.6.0" }
|
|
}
|