-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
56 lines (56 loc) · 1.46 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
51
52
53
54
55
56
{
"name": "manta",
"author": "MNX Cloud (mnx.io)",
"description": "Manta Client API",
"homepage": "http://apidocs.tritondatacenter.com/manta",
"repository": {
"type": "git",
"url": "https://github.com/TritonDataCenter/node-manta.git"
},
"version": "5.4.2",
"main": "./lib/index.js",
"dependencies": {
"assert-plus": "^1.0.0",
"backoff": "~2.3.0",
"bunyan": "^1.8.1",
"clone": "~0.1.11",
"cmdln": "4.1.2",
"dashdash": "1.14.1",
"extsprintf": "^1.3.0",
"hogan.js": "~2.0.0",
"humanize-time": "^0.0.3",
"jsprim": "^1.3.0",
"lomstream": "^1.1.0",
"lstream": "~0.0.4",
"mime": "~2.4.4",
"moment": "^2.22.2",
"once": "~1.4.0",
"path-platform": "~0.0.1",
"pretty-bytes": "^1.0.3",
"progbar": "^1.2.1",
"readable-stream": "~1.1.9",
"restify-clients": "~1.6.0",
"showdown": "~1.9.1",
"smartdc-auth": "^2.6.0",
"strsplit": "1.0.0",
"tar": "~2.2.1",
"uuid": "~2.0.2",
"vasync": "^1.6.4",
"verror": "^1.6.1",
"watershed": "^0.3.1"
},
"devDependencies": {
"forkexec": "^1.0.0",
"semver": "^6.3.0",
"tap": "^12.7.0"
},
"directories": {
"bin": "./bin",
"lib": "./lib",
"man": "./man/man1"
},
"engines": {
"node": ">=6"
},
"license": "MIT"
}