forked from TritonDataCenter/sdc-vmapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.08 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
{
"name": "vmapi",
"description": "VMs API",
"version": "9.13.1",
"author": "Joyent (joyent.com)",
"private": true,
"dependencies": {
"assert-plus": "1.0.0",
"async": "0.7.0",
"backoff": "2.5.0",
"bunyan": "1.8.12",
"changefeed": "1.5.2",
"cueball": "2.2.7",
"dashdash": "1.14.1",
"deep-diff": "0.3.3",
"effluent-logger": "git+https://github.com/joshwilsdon/effluent-logger.git#d662f161a07f94045ad2afb45442931511c40e51",
"jsprim": "^1.2.2",
"krill": "1.0.1",
"ldap-filter": "0.3.3",
"moray": "3.8.0",
"once": "^1.3.3",
"restify": "4.3.0",
"sdc-clients": "11.3.1",
"sigyan": "0.2.0",
"sprintf": "0.1.1",
"strsplit": "1.0.0",
"trace-event": "1.3.0",
"triton-metrics": "0.1.1",
"triton-tags": "1.3.0",
"uuid": "3.3.3",
"vasync": "2.2.0",
"verror": "1.10.0",
"wf-client": "0.3.1"
},
"sdcDependencies": {
"vm-agent": ">=1.5.0"
},
"devDependencies": {
"byline": "5.0.0",
"nodeunit": "0.11.3"
},
"scripts": {
"start": "node ./server.js"
},
"license": "MPL-2.0"
}