UNPKG

ps-man

Version:

Manage process (list/kill)

33 lines (32 loc) 640 B
{ "name": "ps-man", "version": "1.1.8", "description": "Manage process (list/kill)", "main": "lib/index.js", "scripts": { "test": "mocha test/lib/*.js" }, "repository": { "type": "git", "url": "https://gitlab.com/xsellier/node-ps.git" }, "keywords": [ "ps", "tasklist", "kill", "taskkill" ], "author": "Xavier Sellier", "license": "MIT", "bugs": { "url": "https://gitlab.com/xsellier/node-ps/issues" }, "homepage": "https://gitlab.com/xsellier/node-ps#readme", "devDependencies": { "chai": "^3.3.0", "mocha": "~1.21.4" }, "directories": { "test": "test" } }