{ "name": "simple-pid", "version": "1.0.1", "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" } }