-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
50 lines (50 loc) · 1.18 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
{
"name": "sdcadm",
"description": "Administer a Triton Data Center",
"version": "1.39.0",
"author": "MNX Cloud (mnx.io)",
"private": true,
"dependencies": {
"assert-plus": "^1.0.0",
"async": "0.2.9",
"backoff": "2.5.0",
"bunyan": "1.8.12",
"cmdln": "4.4.0",
"cueball": "2.4.0",
"extsprintf": "^1.3.0",
"joyent-schemas": "git+https://github.com/TritonDataCenter/schemas.git#3ca3a09",
"jsprim": "1.2.2",
"kthxbai": "~0.4.0",
"mkdirp": "0.3.5",
"node-uuid": "1.4.1",
"once": "1.3.0",
"progbar": "1.2.0",
"qlocker": "^1.0.1",
"read": "1.0.5",
"restify-clients": "1.4.0",
"sdc-clients": "13.0.3",
"semver": "5.4.1",
"strsplit": "1.0.0",
"tabula": "1.9.0",
"tape": "4.10.1",
"triton-netconfig": "1.4.0",
"ufds": "1.7.1",
"urclient": "1.2.0",
"vasync": "2.2.0",
"verror": "1.10.0",
"wf-client": "0.3.0"
},
"devDependencies": {
"marked-man": "0.1.4",
"eslint": "4.19.1",
"eslint-plugin-joyent": "~2.0.0",
"mock-fs": "4.5.x",
"tap": "^12.5.2",
"zkstream": "0.11.2",
"mockery": "^2.1.0"
},
"engines": {
"node": ">=4.x"
},
"license": "MPL-2.0"
}