-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "cmon-agent",
"description": "Triton Container Monitor Agent",
"version": "1.18.2",
"author": "MNX Cloud (mnx.io)",
"repository": {
"type": "git",
"url": "https://github.com/TritonDataCenter/triton-cmon-agent.git"
},
"private": true,
"dependencies": {
"assert-plus": "1.0.0",
"big.js": "5.0.2",
"bindings": "1.5.0",
"bunyan": "1.8.1",
"dashdash": "1.14.1",
"forkexec": "1.1.0",
"jsprim": "1.4.1",
"kstat": "1.1.2",
"libuuid": "0.2.1",
"restify": "4.3.0",
"sprintf-js": "1.0.3",
"triton-metrics": "0.1.1",
"triton-netconfig": "1.0.0",
"vasync": "1.6.4",
"verror": "1.10.0",
"vmadm": "1.0.0"
},
"devDependencies": {
"tape": "4.6.3",
"eslint": "4.18.2",
"eslint-plugin-joyent": "2.1.0",
"esquery": "1.1.0"
},
"sdcDependencies": {
"config-agent": "1.5.0"
},
"scripts": {
"test": "./node_modules/.bin/tap test/*.test.js",
"postinstall": "./npm/postinstall.sh",
"postuninstall": "./npm/postuninstall.sh"
},
"license": "MPL-2.0"
}