UNPKG

win-ps

Version:
40 lines (39 loc) 859 B
{ "name": "win-ps", "version": "0.0.1", "description": "Get process list in windows", "main": "index.js", "scripts": { "test": "node ./node_modules/mocha/bin/mocha -r should -r should-promised -R spec" }, "engines": { "node": ">=4" }, "repository": { "type": "git", "url": "git+https://github.com/reklatsmasters/win-ps.git" }, "keywords": [ "windows", "win", "process", "list", "tasklist", "task list", "process", "process list", "task", "taskmgr" ], "author": "Dmitry Tsvettsikh <me@reklatsmasters.com>", "license": "MIT", "bugs": { "url": "https://github.com/reklatsmasters/win-ps/issues" }, "homepage": "https://github.com/reklatsmasters/win-ps#readme", "devDependencies": { "mocha": "^2.3.3", "should": "^7.1.1", "should-promised": "^0.3.1" } }