forked from TritonDataCenter/manta-muskie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.64 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
{
"name": "muskie",
"description": "Manta public-facing WebAPI",
"version": "1.0.0",
"author": "Joyent (joyent.com)",
"private": true,
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:joyent/muskie.git"
},
"dependencies": {
"aperture-config": "git+https://github.com/joyent/aperture-config.git#master",
"assert-plus": "0.1.5",
"backoff": "2.3.0",
"bunyan": "0.22.1",
"bunyan-syslog": "0.2.2",
"cueball": "2.2.8",
"dashdash": "1.3.2",
"deep-equal": "0.0.0",
"dtrace-provider": "0.2.8",
"http-signature": "1.1.0",
"jsprim": "^1.3.1",
"kang": "1.1.0",
"keep-alive-agent": "0.0.1",
"keyapi": "git+https://github.com/joyent/keyapi.git#e14b3d58",
"libmanta": "git+https://github.com/joyent/node-libmanta.git#master",
"libuuid": "0.1.2",
"lru-cache": "2.3.1",
"lstream": "0.0.4",
"mahi": "2.0.1",
"marlin": "git+https://github.com/joyent/manta-marlin.git#master",
"mime": "1.2.11",
"moray": "3.1.1",
"moray-filter": "1.0.0",
"once": "1.3.0",
"restify": "2.6.3",
"vasync": "1.4.3",
"verror": "^1.9.0",
"watershed": "0.3.0",
"xtend": "2.1.1"
},
"devDependencies": {
"smartdc": "7.3.1",
"manta": "4.3.0",
"nodeunit": "0.9.1",
"node-uuid": "1.4.1"
},
"scripts": {
"start": "./build/node/bin/node ./main.js",
"test": "./node_modules/.bin/nodeunit test/*.test.js 2>&1 | ./node_modules/.bin/bunyan"
},
"license": "MPL-2.0"
}