nolimitid-node-process-self-destruct
Version:
Use this module to kill NodeJS process(es) with configurable parameters.
28 lines (27 loc) • 611 B
JSON
{
"name": "nolimitid-node-process-self-destruct",
"version": "0.0.3",
"description": "Use this module to kill NodeJS process(es) with configurable parameters.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/hellowin/node-process-self-destruct.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nolimitid",
"nodejs",
"child",
"process",
"kill",
"self",
"destruct"
],
"author": "Andi N. Dirgantara",
"license": "MIT",
"dependencies": {
"node-schedule": "^0.1.13"
}
}