-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
50 lines (50 loc) · 1003 Bytes
/
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
{
"name": "pm2-ant",
"version": "0.1.4-beta",
"description": "Unitech/PM2 performance monioring using Statsd and Graphite",
"main": "./pm2-ant.js",
"scripts": {
"start": "node pm2-ant.js"
},
"bin": {
"pm2-ant": "./pm2-ant"
},
"repository": {
"type": "git",
"url": "git://github.com/Tjatse/pm2-ant.git"
},
"keywords": [
"monitor",
"dashboard",
"PM2",
"PM2 interface",
"PM2 statsd",
"PM2 status",
"PM2 performance",
"PM2 dashboard",
"PM2 monitor",
"PM2 graphite"
],
"author": {
"name": "Tjatse"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Tjatse/pm2-ant/issues"
},
"engines": [
"node >= 0.10.0"
],
"dependencies": {
"async": "~1.4.2",
"lodash": "~3.10.1",
"pm2-axon": "~2.0.8",
"pm2-axon-rpc": "~0.3.6",
"chalk": "~1.1.0"
},
"devDependencies": {
"statsd": "~0.7.2"
},
"readmeFilename": "README.md",
"homepage": "https://github.com/Tjatse/pm2-ant"
}