forked from TritonDataCenter/sdc-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.22 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
{
"name": "sdc-docker",
"version": "0.2.0",
"author": "Joyent (joyent.com)",
"private": true,
"dependencies": {
"assert-plus": "0.1.5",
"async": "0.9.0",
"bunyan": "1.3.2",
"docker-registry-client": "git+ssh://git@github.com:joyent/node-docker-registry-client.git#2363f8c",
"imgmanifest": "git+ssh://git@github.com:joyent/node-imgmanifest.git#6fa438d",
"libuuid": "0.1.3",
"lstream": "0.0.4",
"moray": "git+ssh://git@github.com:joyent/node-moray.git#b4730b6",
"once": "1.3.1",
"openssl-wrapper": "0.2.1",
"restify": "git://github.com/mcavage/node-restify.git#06b3745",
"sdc-bunyan-serializers": "git+ssh://git@github.com:joyent/sdc-bunyan-serializers.git#5454ae4",
"sdc-clients": "git+ssh://git@github.com:joyent/node-sdc-clients.git#29dea8e",
"sprintf": "~0.1.4",
"ufds": "git+ssh://git@github.com:joyent/node-ufds.git#a7c674b76696fe7ab0fff1e2486f20d3af6a0d1a",
"trace-event": "1.2.0",
"vasync": "1.6.1",
"verror": "1.4.0",
"wf-client": "git+ssh://git@github.com:joyent/sdc-wf-client.git#946d33b",
"keyapi": "git+ssh://git@github.com:joyent/keyapi.git#0a49656"
},
"devDependencies": {
"manta": "1.4.5",
"tape": "^3.2.0"
},
"license": "MPL-2.0"
}