node-ninja
Version:
Node.js native addon build tool
50 lines (49 loc) • 1.01 kB
JSON
{
"name": "node-ninja",
"description": "Node.js native addon build tool",
"license": "MPL-2.0",
"keywords": [
"native",
"addon",
"module",
"c",
"c++",
"bindings",
"gyp"
],
"version": "1.0.2",
"installVersion": 0,
"author": "Pieter Hintjens <pieterh@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/codejockey/node-ninja.git"
},
"preferGlobal": true,
"bin": "./bin/node-ninja.js",
"main": "./lib/node-ninja.js",
"dependencies": {
"fstream": "^1.0.0",
"glob": "3 || 4 || 5 || 6 || 7",
"graceful-fs": "^4.1.2",
"minimatch": "3",
"mkdirp": "^0.5.0",
"nopt": "2 || 3",
"npmlog": "0 || 1 || 2",
"osenv": "0",
"path-array": "^1.0.0",
"request": "2",
"rimraf": "2",
"semver": "2.x || 3.x || 4 || 5",
"tar": "^2.0.0",
"which": "1"
},
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"tape": "~4.2.0"
},
"scripts": {
"test": "tape test/test-*"
}
}