-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
81 lines (81 loc) · 1.47 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
79
80
81
{
"name": "pmx",
"version": "1.6.7",
"description": "PM2/Keymetrics advanced API",
"main": "index.js",
"dependencies": {
"debug": "^3",
"deep-metrics": "^0.0.1",
"json-stringify-safe": "^5.0",
"semver": "5.*",
"vxx": "^1.2.0"
},
"devDependencies": {
"express": "*",
"mocha": "^3",
"mongoose": "4.*",
"nssocket": "*",
"pm2": "*",
"pm2-axon": "*",
"request": "~2.81",
"should": "*"
},
"scripts": {
"test": "DEBUG='axm:*' mocha test/*.mocha.js",
"beta": "npm publish --tag next"
},
"keywords": [
"cli",
"fault tolerant",
"sysadmin",
"tools",
"pm2",
"logs",
"log",
"json",
"express",
"hapi",
"kraken",
"reload",
"microservice",
"programmatic",
"harmony",
"node-pm2",
"production",
"keymetrics",
"node.js monitoring",
"strong-pm",
"deploy",
"deployment",
"daemon",
"supervisor",
"nodemon",
"pm2.io",
"ghost",
"ghost production",
"monitoring",
"process manager",
"forever",
"profiling",
"probes",
"process-metrics",
"process metrics",
"metrics",
"custom actions",
"forever-monitor",
"keep process alive",
"process configuration",
"clustering",
"cluster cli",
"cluster",
"cron",
"devops",
"dev ops"
],
"repository": {
"type": "git",
"url": "https://github.com/keymetrics/pmx.git"
},
"author": "Keymetrics I/O",
"license": "MIT"
}