forked from TritonDataCenter/manta-muskie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.91 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "muskie",
"description": "Manta public-facing WebAPI",
"version": "2.7.3",
"author": "Joyent (joyent.com)",
"private": true,
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:joyent/muskie.git"
},
"dependencies": {
"ajv": "5.2.2",
"ajv-keywords": "2.1.0",
"aperture-config": "git+https://github.com/joyent/aperture-config.git#752b0a2",
"artedi": "2.0.3",
"assert-plus": "1.0.0",
"backoff": "2.5.0",
"bunyan": "1.8.12",
"cmdln": "4.3.0",
"content-disposition": "0.5.3",
"content-type": "1.0.4",
"cueball": "git+https://github.com/joyent/node-cueball#v2.10.3",
"dashdash": "1.14.1",
"deep-equal": "0.0.0",
"dtrace-provider": "0.8.8",
"http-signature": "1.3.6",
"jsprim": "^2.0.2",
"kang": "1.3.0",
"keep-alive-agent": "0.0.1",
"keyapi": "git+https://github.com/joyent/keyapi.git#bedd6fe",
"libmanta": "git+https://github.com/joyent/node-libmanta.git#dd675b9",
"lru-cache": "4.1.5",
"lstream": "0.0.4",
"mahi": "2.4.0",
"mime": "1.4.0",
"moray": "3.8.1",
"moray-filter": "1.0.0",
"once": "1.4.0",
"restify": "6.4.0",
"restify-errors": "^5.0.0",
"sshpk": "1.16.1",
"storinfo": "1.0.1",
"tab": "1.0.0",
"uuid": "3.4.0",
"vasync": "^2.2.0",
"verror": "^1.9.0",
"watershed": "0.4.0",
"xtend": "2.2.0"
},
"devDependencies": {
"forkexec": "^1.0.0",
"jsverify": "^0.8.4",
"manta": "5.2.1",
"qlocker": "^1.0.1",
"restify-clients": "2.6.7",
"smartdc": "^9.0.0",
"tap": "12.x",
"ufds": "^1.6.1"
},
"scripts": {
"start": "./build/node/bin/node ./main.js",
"test": "make test"
},
"license": "MPL-2.0"
}