-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
47 lines (47 loc) · 1.32 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
{
"name": "sdc-docker",
"version": "0.7.11",
"author": "MNX Cloud (mnx.io)",
"private": true,
"dependencies": {
"assert-plus": "1.0.0",
"async": "0.9.0",
"docker-registry-client": "^3.4.0",
"bunyan": "1.8.8",
"effluent-logger": "git+https://github.com/TritonDataCenter/effluent-logger.git#d662f161a07f94045ad2afb45442931511c40e51",
"fwrule": "2.1.1",
"imgmanifest": "3.0.0",
"keyapi": "git+https://github.com/TritonDataCenter/keyapi.git#bedd6fe787a4f3f3942724b37baed19162c8f074",
"libuuid": "0.2.1",
"jsprim": "1.3.1",
"lru-cache": "2.5.0",
"lstream": "0.0.4",
"moray": "2.0.0",
"once": "1.3.1",
"openssl-wrapper": "0.2.1",
"restify": "4.3.0",
"sdc-bunyan-serializers": "git+https://github.com/TritonDataCenter/sdc-bunyan-serializers.git#8fdb844",
"sdc-clients": "10.4.0",
"sprintf": "0.1.5",
"sshpk": "^1.13.2",
"strsplit": "1.0.0",
"tape": "^4.4.0",
"trace-event": "1.2.0",
"triton-tags": "1.4.0",
"ufds": "1.7.1",
"vasync": "2.1.0",
"verror": "1.9.0",
"wf-client": "0.2.1"
},
"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"
}