exeq
Version:
Excute shell commands in queue
34 lines (33 loc) • 582 B
JSON
{
"name": "exeq",
"version": "3.0.0",
"description": "Excute shell commands in queue",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:afc163/exeq.git"
},
"author": "afc163 <afc163@gmail.com>",
"keywords": [
"spawn",
"execute",
"exec",
"command",
"shell",
"promise",
"synchronously",
"bash",
"kill"
],
"engines": {
"node": ">= 0.10.0"
},
"license": "MIT",
"devDependencies": {
"is-promise": "~1.0.1",
"tape": "~4.0.0"
},
"scripts": {
"test": "tape tests/*.js"
}
}