nozombie
Version:
track pocesses and make sure they die when they are supposed to
38 lines (37 loc) • 840 B
JSON
{
"name": "nozombie",
"version": "1.1.0",
"description": "track pocesses and make sure they die when they are supposed to",
"main": "src/main.js",
"files": [
"src/main.js",
"src/main-spawn.js",
"src/util.js"
],
"scripts": {
"prepublishOnly": "npm test",
"lint": "passlint '**/*.js' -e 8 --path=$INIT_CWD",
"test": "node test/test.js"
},
"keywords": [
"nozombie"
],
"author": "talmobi <talmo.christian@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/talmobi/nozombie"
},
"bugs": {
"url": "https://github.com/talmobi/nozombie/issues",
"email": "talmo.christian@gmail.com"
},
"dependencies": {
"tempy": "~0.6.0",
"tree-kill": "~1.2.2"
},
"devDependencies": {
"passlint": "~0.5.2",
"tape": "~5.0.1"
}
}