forked from TritonDataCenter/triton-cmon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 978 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
{
"name": "triton-cmon",
"description": "Triton Container Monitor",
"version": "1.6.2",
"author": "Joyent (joyent.com)",
"repository": {
"type": "git",
"url": "git://github.com/joyent/triton-cmon.git"
},
"private": true,
"dependencies": {
"assert-plus": "1.0.0",
"backoff": "2.5.0",
"bunyan": "1.8.1",
"changefeed": "1.2.1",
"http-signature": "1.1.1",
"lomstream": "1.1.0",
"mahi": "2.0.1",
"restify": "4.2.0",
"sdc-clients": "11.3.1",
"sdc-scripts": "git+https://github.com/joyent/sdc-scripts.git#deefaef587ed3bee2706cb6e53ee3468e682932e",
"sshpk": "1.14.2",
"tape": "4.2.2",
"triton-metrics": "0.2.0",
"triton-netconfig": "1.3.0",
"triton-tags": "1.3.0",
"vasync": "1.6.4",
"verror": "1.8.1"
},
"devDependencies": {
"eslint": "2.13.1",
"eslint-plugin-joyent": "1.0.1"
},
"scripts": {
"test": "./node_modules/.bin/tape test/*.test.js"
},
"license": "MPL-2.0"
}