forked from reklatsmasters/node-process-list
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.07 KB
/
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
{
"name": "@aspectron/process-list",
"version": "2.0.1",
"description": "Cross-platform method to receive the list of the launched processes",
"main": "index.js",
"scripts": {
"test": "ava test/*.js && prebuild-ci",
"install": "prebuild-install || node-gyp configure && node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "git://github.com/reklatsmasters/node-process-list.git"
},
"bugs": {
"url": "https://github.com/reklatsmasters/node-process-list/issues"
},
"license": "MIT",
"engines": {
"node": ">= 8"
},
"keywords": [
"tasklist",
"process",
"list",
"task",
"taskmgr",
"proc",
"procfs",
"linux",
"windows",
"proclist",
"pm2",
"forever"
],
"author": {
"name": "Dmitry Tsvettsikh",
"email": "[email protected]"
},
"devDependencies": {
"ava": "^0.25.0",
"prebuild": "^9.1.1",
"prebuild-ci": "^3.1.0"
},
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.14.0",
"pify": "^3.0.0",
"prebuild-install": "^5.3.2"
},
"gypfile": true
}