deadpool
Version:
Spawn node.js programs with the speed of thought
46 lines (45 loc) • 1 kB
JSON
{
"name": "deadpool",
"version": "0.0.1",
"description": "Spawn node.js programs with the speed of thought",
"main": "index.js",
"bin": {
"deadpool": "build/Release/deadpool"
},
"scripts": {
"test": "make test",
"prepublish": "[ -r ~/.global.npmignore ] && cat ~/.global.npmignore > .npmignore || true"
},
"repository": {
"type": "git",
"url": "git://github.com/tarruda/node-deadpool.git"
},
"author": "Thiago de Arruda",
"license": "MIT",
"bugs": {
"url": "https://github.com/tarruda/node-deadpool/issues"
},
"homepage": "https://github.com/tarruda/node-deadpool#readme",
"keywords": [
"deadpool",
"cli",
"speed",
"daemon",
"run",
"build-tool",
"build-system",
"make"
],
"dependencies": {
"has": "^1.0.0",
"minimist": "^1.1.1",
"msgpack5": "^2.3.0",
"through2": "^0.6.5"
},
"devDependencies": {
"bl": "^0.9.4",
"mocha": "^2.2.5",
"split": "^1.0.0",
"xtend": "^4.0.0"
}
}