node-exec-promise
Version:
Execute commands from Node.js and get a Promise back.
32 lines (31 loc) • 728 B
JSON
{
"name": "node-exec-promise",
"version": "1.0.2",
"description": "Execute commands from Node.js and get a Promise back.",
"repository": {
"type": "git",
"url": "git+https://github.com/fabiandev/node-exec-promise.git"
},
"main": "index.js",
"keywords": [
"node",
"exec",
"execFile",
"promise",
"gulp"
],
"author": "Fabian Pirklbauer",
"contributors": [
"Benoît Hubert"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {},
"bugs": {
"url": "https://github.com/fabiandev/node-exec-promise/issues"
},
"homepage": "https://github.com/fabiandev/node-exec-promise#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}