ps-find
Version:
Find processes with ease
30 lines (29 loc) • 606 B
JSON
{
"name": "ps-find",
"version": "1.1.0",
"description": "Find processes with ease",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kraftz/ps-find.git"
},
"keywords": [
"ps",
"find",
"process"
],
"author": "Pablo Oliveira <pablo@kraftz.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kraftz/ps-find/issues"
},
"homepage": "https://github.com/kraftz/ps-find#readme",
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.3.2",
"noop-process": "^2.0.0"
}
}