forked from Unitech/pm2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.47 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.47 KB
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
{
"name": "pm2",
"preferGlobal": "true",
"version": "0.4.12",
"engines" : {
"node" : ">=0.8"
},
"author": {
"name": "Strzelewicz Alexandre",
"email": "strzelewicz.alexandre@gmail.com",
"url": "http://apps.hemca.com"
},
"contributors": [{
"name" : "Alex Kocharin",
"email" : "alex@kocharin.ru"
}, {
"name" : "Devo.ps",
"email" : "contact@devo.ps"
}, {
"name" : "John Hurliman",
"email" : "jhurliman@jhurliman.org"
}],
"homepage" : "http://unitech.io/",
"description": "The next generation process manager for Node.js with native clusterization ",
"main": "index.js",
"scripts": {
"test": "bash ./test/cli.sh && NODE_ENV=test ./node_modules/mocha/bin/mocha test",
"froze": "npm shrinkwrap"
},
"keywords": [
"cli",
"fault tolerant",
"sysadmin",
"tools",
"pm2",
"monitoring",
"process manager",
"forever",
"process configuration",
"clustering",
"cluster cli",
"cluster"
],
"bin": {
"pm2": "./bin/pm2"
},
"dependencies": {
"commander": "1.1.0",
"cli-table" : "0.2.0",
"multimeter": "git://github.com/Unitech/node-multimeter.git",
"usage" : "0.3.4",
"axon-rpc" : "0.0.2",
"watch" : "0.7.0",
"axon" : "0.6.1",
"debug" : "*"
},
"devDependencies": {
"mocha": "1.x",
"should": "1.x",
"better-assert" : "*"
},
"repository": {
"type" : "git",
"url" : "git://github.com/Unitech/pm2.git"
},
"license": "MIT"
}