-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 1.48 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
{
"name": "mola",
"description": "Manta Garbage Collection, Audit, etc",
"version": "1.0.3",
"author": "MNX Cloud (mnx.io)",
"license": "MPL-2.0",
"private": true,
"dependencies": {
"assert-plus": "^1.0.0",
"bunyan": "1.2.1",
"carrier": "0.1.14",
"dashdash": "1.7.0",
"forkexec": "^1.1.0",
"jsprim": "2.0.2",
"lstream": "0.0.4",
"once": "1.3.1",
"manta-hk": "git+https://github.com/TritonDataCenter/manta-hk.git#64bf0a91f7d05798839eb27f12a1d9cc23e88d1d",
"mahi": "2.4.1",
"marlin": "git+https://github.com/TritonDataCenter/manta-marlin.git#ad5d3d7",
"memorystream": "0.2.0",
"manta": "5.2.3",
"manta-thoth": "1.2.0",
"moray": "git+https://github.com/TritonDataCenter/node-moray.git#770efe6",
"posix-getopt": "1.0.0",
"sprintf-js": "0.0.7",
"vasync": "2.1.0",
"verror": "^1.10.0",
"vstream": "0.1.0"
},
"devDependencies": {
"libuuid": "0.1.2",
"memorystream": "0.2.0",
"nodeunit": "0.9.1"
},
"sdcDependencies": {
"config-agent": ">=1.2.0"
},
"engines": {
"node": "0.10.32"
},
"scripts": {
}
}