{
"name": "exec-sh",
"version": "0.1.3",
"description": "Execute shell command forwarding all stdio.",
"main": "lib/exec-sh.js",
"scripts": {
"test": "mocha --reporter spec && jshint lib/ example/ test/ package.json",
"jsdoc": "jsdoc --private --destination jsdoc lib/"
},
"repository": {
"type": "git",
"url": "git@github.com:tsertkov/exec-sh.git"
},
"keywords": [
"exec",
"spawn",
"terminal",
"console",
"shell",
"command",
"child_process"
],
"author": {
"name": "Aleksandr Tsertkov",
"email": "tsertkov@gmail.com"
},
"license": {
"type": "MIT",
"url": "https://github.com/tsertkov/exec-sh/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/tsertkov/exec-sh/issues"
},
"dependencies": {
"merge": "^1.1.3"
},
"devDependencies": {
"jsdoc": "^3.3.0-alpha8",
"jshint": "^2.5.1",
"mocha": "^1.20.1",
"sinon": "^1.10.2"
},
"homepage": "https://github.com/tsertkov/exec-sh",
"_id": "exec-sh@0.1.3",
"_shasum": "3754305c77ce2c38da5f39771460262464eb35e2",
"_from": "exec-sh@^0.1.3",
"_npmVersion": "1.4.10",
"_npmUser": {
"name": "tsertkov",
"email": "tsertkov@gmail.com"
},
"maintainers": [
{
"name": "tsertkov",
"email": "tsertkov@gmail.com"
}
],
"dist": {
"shasum": "3754305c77ce2c38da5f39771460262464eb35e2",
"tarball": "http://registry.npmjs.org/exec-sh/-/exec-sh-0.1.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.1.3.tgz",
"readme": "ERROR: No README data found!"
}