forked from Tjatse/pm2-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.19 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
52
53
54
55
56
57
{
"name": "pm2-gui",
"version": "0.1.1",
"description": "An elegant web & terminal interface for Unitech/PM2.",
"scripts": {
"test": "NODE_ENV=test bash test/index.sh"
},
"bin": {
"pm2-gui": "bin/pm2-gui"
},
"repository": {
"type": "git",
"url": "git://github.com/Tjatse/pm2-gui.git"
},
"keywords": [
"monitor",
"dashboard",
"PM2",
"PM2 interface",
"PM2 web",
"PM2 ui",
"PM2 gui",
"PM2 dashboard",
"PM2 monitor"
],
"author": {
"name": "Tjatse"
},
"license": "Apache, Version 2.0",
"bugs": {
"url": "https://github.com/Tjatse/pm2-gui/issues"
},
"engines": [
"node >= 0.8.0"
],
"dependencies": {
"async": "~0.9.0",
"lodash": "~2.4.1",
"commander": "~2.5.0",
"chalk": "~1.0.0",
"express": "~4.10.1",
"swig": "~1.4.2",
"windows-cpu": "~0.1.1",
"socket.io": "~1.2.0",
"pm2-axon": "~2.0.7",
"pm2-axon-rpc": "~0.3.6",
"ansi-html": "~0.0.4",
"express-session": "~1.9.3",
"pidusage": "~0.1.0",
"blessed": "^0.1.60",
"socket.io-client": "^1.3.5"
},
"devDependencies": {
},
"readmeFilename": "README.md",
"homepage": "https://github.com/Tjatse/pm2-gui"
}