shellscript
Version:
Use shell commands directly from nodejs to make synchronous shell scripts.
31 lines (30 loc) • 610 B
JSON
{
"name": "shellscript",
"version": "0.1.1",
"author": "Will Ballard <wballard@mailframe.net>",
"description": "Use shell commands directly from nodejs to make synchronous shell scripts.",
"main": "./src/shellscript.js",
"gypfile": true,
"license": "MIT",
"dependencies": {
"coffee-script": ">=1.6.2"
},
"engine": {
"node": ">=0.8.0"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/wballard/shellscript.git"
},
"keywords": [
"unix",
"shell",
"sync",
"synch",
"synchronous",
"exec"
]
}