-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
61 lines (61 loc) · 1.81 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
{
"name": "buckets-api",
"description": "Manta user-facing API",
"version": "1.2.3",
"author": "MNX Cloud (mnx.io)",
"private": true,
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:TritonDataCenter/buckets-api.git"
},
"dependencies": {
"ajv": "5.2.2",
"ajv-keywords": "2.1.0",
"aperture-config": "git+https://github.com/TritonDataCenter/aperture-config.git#752b0a2",
"artedi": "2.0.2",
"assert-plus": "^1.0.0",
"backoff": "2.3.0",
"bignum": "0.13.1",
"buckets-mdapi": "git+https://github.com/TritonDataCenter/node-buckets-mdapi.git#v0.7.2",
"bunyan": "1.8.12",
"clone": "0.1.9",
"cmdln": "4.3.0",
"content-disposition": "0.5.3",
"cueball": "2.10.3",
"dashdash": "1.3.2",
"dtrace-provider": "0.8.8",
"fast": "3.1.3",
"http-signature": "1.1.0",
"jsprim": "^2.0.2",
"kang": "1.3.0",
"keep-alive-agent": "0.0.1",
"keyapi": "git+https://github.com/TritonDataCenter/keyapi.git#bedd6fe",
"lstream": "0.0.4",
"mahi": "2.4.1",
"mime": "2.4.4",
"moray": "3.8.1",
"once": "1.4.0",
"restify": "6.4.0",
"restify-clients": "2.6.7",
"restify-errors": "^5.0.0",
"sshpk": "1.16.1",
"storinfo": "1.0.1",
"tab": "1.0.0",
"uuid": "3.3.3",
"vasync": "^2.2.0",
"verror": "^1.10.0"
},
"devDependencies": {
"smartdc": "9.0.0",
"manta": "5.1.0",
"nodeunit": "0.9.1",
"forkexec": "^1.0.0",
"smartdc-auth": "^2.5.7",
"jsverify": "^0.8.4"
},
"scripts": {
"start": "./build/node/bin/node ./main.js",
"test": "make test"
},
"license": "MPL-2.0"
}