-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "supervizer",
"preferGlobal": "true",
"version": "1.0.0",
"author": {
"name": "Tierry Danquin",
"email": "tierry.danquin@gmail.com",
"url": "http://www.oothkoo.com"
},
"homepage": "https://github.com/oOthkOo/supervizer",
"description": "The most simple NodeJS application manager with RESTful API.",
"main": "index.js",
"keywords": [
"cli",
"node js",
"application management",
"management",
"fault tolerant",
"sysadmin",
"tools",
"supervizer",
"monitoring",
"process manager",
"forever",
"process configuration",
"clustering",
"cluster cli",
"cluster"
],
"bin": {
"supervizer": "./bin/supervizer-client",
"supervizer-server": "./bin/supervizer-server"
},
"dependencies": {
"axios": "^0.27.2",
"body-parser": "1.20.0",
"cli-color": "2.0.3",
"cli-table": "0.3.11",
"commander": "9.4.0",
"express": "4.18.1",
"pidusage": "^3.0.0"
},
"devDependencies": {
"mocha": "1.x",
"should": ""
},
"license": "MIT"
}