simple-exec-promise
Version:
Small promise wrapper around child_process.exec
25 lines (24 loc) • 542 B
JSON
{
"name": "simple-exec-promise",
"version": "1.0.1",
"description": "Small promise wrapper around child_process.exec",
"main": "index.js",
"engines": {
"node": ">= 0.12.18"
},
"keywords": [
"simple",
"exec",
"promise",
"child_process"
],
"author": "Phillip Gibson <gibson.phillip.j@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/renolc/simple-exec-promise.git"
},
"bugs": {
"url": "https://github.com/renolc/simple-exec-promise/issues"
}
}