UNPKG

winpstree

Version:
35 lines (34 loc) 717 B
{ "name": "winpstree", "description": "windows process tree", "keywords": [ "Windows", "process", "tree", "child", "parent" ], "version": "0.1.0", "license": "MIT", "author": "Peter Elger (http://nearform.com/)", "contributors": [ "Peter Elger <elger.peter@gmail.com> (http://peterelger.com/)" ], "main": "./winpstree.js", "engines": { "node": "*" }, "dependencies": { "async": "^1.5.2", "lodash": "^4.5.0" }, "repository": { "type": "git", "url": "https://github.com/pelger/winpstree.git" }, "scripts": { "lint": "jshint *.js && jshint **/*.js", "test": "jshint *.js && jshint **/*.js && node test" }, "devDependencies": {} }