forked from Unitech/pm2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.77 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "pm2",
"preferGlobal": "true",
"version": "0.6.1",
"engines" : {
"node" : ">=0.8"
},
"author": {
"name": "Strzelewicz Alexandre",
"email": "[email protected]",
"url": "http://unitech.io"
},
"contributors": [{
"name" : "Alex Kocharin",
"email" : "[email protected]"
}, {
"name" : "Devo.ps",
"email" : "[email protected]"
}, {
"name" : "John Hurliman",
"email" : "[email protected]"
}, {
"name" : "TruongSinh Tran-Nguyen",
"email" : "[email protected]"
}],
"homepage" : "https://github.com/Unitech/pm2",
"description": "Modern CLI process manager for Node apps with a builtin load-balancer",
"main": "index.js",
"scripts": {
"test": "bash ./test/cli.sh && bash ./test/cli2.sh && NODE_ENV=test ./node_modules/mocha/bin/mocha test"
},
"keywords": [
"cli",
"fault tolerant",
"sysadmin",
"tools",
"pm2",
"node-pm2",
"monitoring",
"process manager",
"forever",
"keep process alive",
"process configuration",
"clustering",
"cluster cli",
"cluster",
"cron",
"devops",
"dev ops"
],
"bin": {
"pm2": "./bin/pm2"
},
"dependencies": {
"commander" : "2.0.0",
"cli-table" : "0.2.0",
"pm2-multimeter" : "0.1.2",
"usage" : "0.3.9",
"axon-rpc" : "0.0.2",
"watch" : "0.8.0",
"axon" : "1.0.0",
"cron" : "1.0.1",
"colors" : "0.6.2",
"coffee-script" : "*",
"eventemitter2" : "0.4.13",
"debug" : "*"
},
"devDependencies": {
"mocha" : "1.x",
"should" : "1.x",
"better-assert" : "*"
},
"repository": {
"type" : "git",
"url" : "git://github.com/Unitech/pm2.git"
},
"license": "Apache v2"
}