forked from TritonDataCenter/sdc-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.36 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
47
48
49
{
"name": "sdc-docker",
"version": "0.5.3",
"author": "Joyent (joyent.com)",
"private": true,
"dependencies": {
"assert-plus": "1.0.0",
"async": "0.9.0",
"docker-registry-client": "3.2.12",
"bunyan": "1.8.8",
"effluent-logger": "git+https://github.com/joshwilsdon/effluent-logger.git#d662f161a07f94045ad2afb45442931511c40e51",
"fwrule": "git+https://github.com/joyent/sdc-fwrule.git#d1174be",
"imgmanifest": "3.0.0",
"keyapi": "git+https://github.com/joyent/keyapi.git#e14b3d5",
"libuuid": "0.2.1",
"jsprim": "1.3.1",
"lru-cache": "2.5.0",
"lstream": "0.0.4",
"moray": "2.0.0",
"nodemailer": "0.7.1",
"once": "1.3.1",
"openssl-wrapper": "0.2.1",
"restify": "4.3.0",
"sdc-bunyan-serializers": "git+https://github.com/joyent/sdc-bunyan-serializers.git#a3e7780",
"sdc-clients": "10.4.0",
"sprintf": "0.1.5",
"sshpk": "1.11.0",
"strsplit": "1.0.0",
"tape": "^4.4.0",
"trace-event": "1.2.0",
"triton-tags": "1.1.4",
"ufds": "1.2.0",
"vasync": "2.1.0",
"verror": "1.9.0",
"wf-client": "0.2.1",
"xregexp": "3.1.0"
},
"devDependencies": {
"deep-equal": "~0.2.0",
"difflet": "0.2.6",
"manta": "3.1.2",
"mkdirp": "0.5.1",
"rewire": "2.5.2",
"semver": "5.1.0",
"tar-stream": "1.3.1",
"xtend": "^4.0.0"
},
"license": "MPL-2.0"
}