28 lines
646 B
JSON
28 lines
646 B
JSON
{
|
|
"name": "simple-pid",
|
|
"version": "1.0.0",
|
|
"description": "Stupid simple PID management",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fetchlogic/simple-pid.git"
|
|
},
|
|
"keywords": [
|
|
"pid",
|
|
"process",
|
|
"management"
|
|
],
|
|
"author": "Josh Sherman (http://joshtronic.com/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/fetchlogic/simple-pid/issues"
|
|
},
|
|
"homepage": "https://github.com/fetchlogic/simple-pid",
|
|
"dependencies": {
|
|
"fs-extra": "^0.12.0",
|
|
"running": "0.0.1"
|
|
}
|
|
}
|