-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
43 lines (41 loc) · 1.28 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": "mahi",
"description": "Manta Auth Cache",
"version": "2.0.5",
"author": "MNX Cloud (mnx.io)",
"private": true,
"//": "dependencies are in groups of v1 only, v2 only, and both v1 and v2",
"dependencies": {
"optimist": "0.3.4",
"aperture-config": "git+https://github.com/TritonDataCenter/aperture-config.git#752b0a27192ae091e382b55f5bc9ec5a806477be",
"aperture": "git+https://github.com/TritonDataCenter/node-aperture.git#3081d76351d44c7ab1f3d7966b6636c4053b80f8",
"binary-search": "1.1.1",
"dashdash": "1.4.0",
"hiredis": "0.1.16",
"verror": "1.3.7",
"assert-plus": "0.1.5",
"backoff": "2.3.0",
"bunyan": "0.22.1",
"ldapjs": "git+https://github.com/ldapjs/node-ldapjs.git#37ce094fc4ae767094ca4f4b24d17cb82a298c69",
"once": "1.3.0",
"redis": "0.10.0",
"restify": "2.6.1",
"vasync": "1.4.3",
"xtend": "2.1.2"
},
"engines": {
"node": ">=0.10"
},
"devDependencies": {
"fakeredis": "0.1.3",
"nodeunit": "0.9.5",
"nodeunit-plus": "0.0.1"
},
"sdcDependencies": {
"config-agent": ">=1.2.0"
},
"scripts": {
"start": "node ./server.js"
},
"license": "MPL-2.0"
}