forked from 4xmen/pm2panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 823 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
{
"name": "pm2panel",
"version": "1.0.0",
"description": "pm2 web control panel to manager process with web ui",
"main": "pm2panel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/4xmen/pm2panel.git"
},
"keywords": [
"pm2",
"process",
"cotrol",
"panel",
"web",
"ui"
],
"author": "A1Gard",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/4xmen/pm2panel/issues"
},
"homepage": "https://github.com/4xmen/pm2panel#readme",
"dependencies": {
"body-parser": "^1.18.2",
"child_process": "^1.0.2",
"express": "^4.16.2",
"express-session": "^1.15.6",
"fs": "0.0.1-security",
"node-linux-pam": "0.0.1",
"path": "^0.12.7"
}
}