-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
48 lines (48 loc) · 1.26 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
{
"name": "triton-cns",
"version": "0.2.1",
"description": "Trition container naming service",
"main": "index.js",
"scripts": {
"test": "tape test/unit/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TritonDataCenter/triton-cns.git"
},
"author": "Alex Wilson",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/TritonDataCenter/triton-cns/issues"
},
"homepage": "https://github.com/TritonDataCenter/triton-cns#readme",
"devDependencies": {
"minimatch": "^3.0.0",
"native-dns": "^0.7.0",
"sinon": "^1.17.2",
"tape": "^4.2.1"
},
"dependencies": {
"assert-plus": "1.0.0",
"bunyan": "1.8.12",
"changefeed": "1.4.0",
"cueball": "2.9.0",
"dashdash": "1.10.1",
"ipaddr.js": "1.0.3",
"jsprim": "2.0.0",
"ldapjs": "1.0.2",
"lru-cache": "4.1.5",
"mooremachine": "2.2.1",
"mname": "1.5.0",
"ioredis": "3.2.2",
"restify": "4.3.0",
"restify-clients": "1.6.0",
"restify-errors": "4.3.0",
"sdc-scripts": "git+https://github.com/TritonDataCenter/sdc-scripts.git#deefaef587ed3bee2706cb6e53ee3468e682932e",
"sprintf-js": "1.0.3",
"triton-netconfig": "1.4.0",
"triton-tags": "1.4.0",
"uuid": "3.3.2",
"vasync": "2.2.0"
}
}