promised-exec
Version:
Promised execution of terminal command.
36 lines (35 loc) • 713 B
JSON
{
"name": "promised-exec",
"version": "1.0.1",
"description": "Promised execution of terminal command.",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/yakimchuk/promised-exec.git"
},
"keywords": [
"promise",
"nodejs",
"exec",
"terminal",
"deferred",
"command",
"cmd"
],
"author": "Roman Yakimchuk",
"license": "MIT",
"bugs": {
"url": "https://github.com/yakimchuk/promised-exec/issues"
},
"homepage": "https://github.com/yakimchuk/promised-exec",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-jasmine": "^1.0.1"
},
"dependencies": {
"q": "^1.1.2"
}
}