-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 720 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "process-tree",
"version": "1.0.3",
"description": "Find child processes",
"scripts": {
"test": "coffee test.coffee",
"prepublish": "coffee -o lib -c index.coffee"
},
"repository": {
"type": "git",
"url": "http://github.com/1j01/process-tree.git"
},
"bugs": {
"url": "http://github.com/1j01/process-tree/issues"
},
"license": "MIT",
"keywords": [
"process",
"processes",
"tree",
"child",
"children",
"subprocess",
"ps",
"ps-tree",
"process-tree",
"top",
"htop",
"wmic",
"tasks",
"taskmgr",
"task",
"task-manager"
],
"main": "lib/index.js",
"devDependencies": {
"coffee-script": "^1.10.0"
}
}