-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
42 lines (42 loc) · 1.3 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
{
"name": "ufds",
"version": "7.4.1",
"repository": {
"type": "git",
"url": "git@github.com:TritonDataCenter/sdc-ufds.git"
},
"private": true,
"main": "./main.js",
"engines": {
"node": ">=0.10"
},
"dependencies": {
"aperture": "git+https://github.com/TritonDataCenter/node-aperture.git#516f54924f9b3c997cca674e92937250801bd037",
"aperture-config": "git+https://github.com/TritonDataCenter/aperture-config.git#752b0a27192ae091e382b55f5bc9ec5a806477be",
"asn1": "^0.2.4",
"assert-plus": "0.1.2",
"async": "0.1.22",
"backoff": "2.4.1",
"bcrypt": "1.0.3",
"bunyan": "0.22.1",
"crc": "0.2.0",
"ldapjs": "git+https://github.com/ldapjs/node-ldapjs.git#0509dd44c0eb6dad7235df7838bdb05ea31cde14",
"moray": "git+https://github.com/TritonDataCenter/node-moray.git#v1.0.3",
"nopt": "2.1.1",
"once": "1.3.0",
"restify": "2.3.4",
"sshpk": "1.16.1",
"ufds": "^1.7.0",
"uuid": "~3.4.0",
"vasync": "1.6.2"
},
"devDependencies": {
"faucet": "0.0.1",
"istanbul": "0.3.0",
"tape": "4.10.1"
},
"scripts": {
"test": "node test/test.js | ./node_modules/.bin/faucet"
},
"license": "MPL-2.0"
}