-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
48 lines (48 loc) · 1.37 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": "manta-deployment",
"description": "Manta deployment configuration",
"version": "1.8.5",
"author": "MNX Cloud (mnx.io)",
"license": "MPL-2.0",
"private": true,
"dependencies": {
"assert-plus": "1.0.0",
"async": "0.1.22",
"bunyan": "1.8.12",
"cmdln": "^7.0.0",
"cmdutil": "1.1.0",
"extsprintf": "1.4.0",
"fash": "3.0.1",
"forkexec": "1.1.0",
"fstream": "1.0.12",
"hogan.js": "2.0.0",
"imgapi-cli": "git+https://github.com/TritonDataCenter/sdc-imgapi-cli.git#v2.6.0",
"js-yaml": "3.13.1",
"jsprim": "2.0.2",
"mkdirp": "0.5.6",
"once": "1.4.0",
"optimist": "0.3.5",
"posix-getopt": "1.2.0",
"progbar": "1.2.1",
"readable-stream": "1.0.26",
"restify-clients": "1.6.0",
"sdc-clients": "13.0.5",
"strsplit": "^1.0.0",
"tab": "1.0.0",
"tar": "2.2.2",
"triton-netconfig": "1.5.0",
"ufds": "1.7.1",
"urclient": "1.2.1",
"uuid": "3.3.3",
"vasync": "2.2.0",
"verror": "1.10.0",
"wordwrap": "1.0.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-joyent": "^2.1.0",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.18.2"
}
}