-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 995 Bytes
/
package.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "ps-native",
"version": "0.0.4",
"description": "Native binding for Node.js for manipulating processes",
"license": "MIT",
"main": "index.js",
"gypfile": true,
"scripts": {
"test": "mocha tests",
"install": "prebuild-install || node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "git://github.com/kalexey89/node-ps-native.git"
},
"engines": {
"node": ">= 4"
},
"keywords": [
"process",
"processes",
"ps",
"task",
"list",
"tasklist",
"taskmgr",
"processlist",
"proc",
"procfs",
"proclist",
"native",
"windows",
"unix",
"linux",
"pm2",
"forever"
],
"author": {
"name": "Kuznetsov Aleksey (kalexey89)",
"email": "[email protected]"
},
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.6.2",
"prebuild-install": "^2.1.2"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^3.4.2",
"prebuild": "^6.1.0"
}
}