First actual commit
This commit is contained in:
parent
504170bf37
commit
2bd257245a
3 changed files with 86 additions and 3 deletions
28
package.json
Normal file
28
package.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue