child-process-es6-promise
Version:
ES6 promise wrapper around child-process
38 lines (37 loc) • 883 B
JSON
{
"name": "child-process-es6-promise",
"version": "1.2.1",
"description": "ES6 promise wrapper around child-process",
"main": "index.js",
"scripts": {
"lint": "eslint index.js test.js",
"pretest": "npm run lint",
"test": "mocha --reporter spec"
},
"keywords": [
"child-process",
"ES6",
"promise"
],
"author": {
"name": "Nisheeth Kashyap",
"email": "nisheeth.k.kashyap@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/nkashyap/child-process-es6-promise.git"
},
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/nkashyap/child-process-es6-promise/issues"
},
"homepage": "https://github.com/nkashyap/child-process-es6-promise#readme",
"devDependencies": {
"eslint": "^5.9.0",
"mocha": "^5.2.0"
},
"engines": {
"node": ">4.0.0"
}
}