-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 835 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
{
"name": "statsd-agent-js",
"version": "2.0.0",
"description": "Statsd client to monitor CPU, Memory, Disk and Network based on Node JS",
"main": "app.js",
"dependencies": {
"bluebird": "^3.5.2",
"change-case": "^3.0.2",
"console-stamp": "^0.2.6",
"debug": "^4.0.1",
"diskusage": "^0.2.4",
"drivelist": "^6.4.3",
"free-memory": "^1.0.0",
"fs-extra": "^7.0.0",
"hot-shots": "^5.9.0",
"node-netstat": "^1.4.1",
"underscore": "^1.9.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/eranbetzalel/statsd-agent-js.git"
},
"author": "Eran Betzalel",
"license": "MIT",
"bugs": {
"url": "https://github.com/eranbetzalel/statsd-agent-js/issues"
},
"homepage": "https://github.com/eranbetzalel/statsd-agent-js#readme"
}