forked from pkgcloud/pkgcloud
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.01 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": "@annoai/pkgcloud",
"description": "A provider agnostic cloud library for Node.js",
"author": "Anno.Ai",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "http://github.com/anno-ai/pkgcloud.git"
},
"version": "1.0.0",
"main": "./lib/pkgcloud",
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "MOCK=on nyc mocha -t 4000 test/*/*/*-test.js"
},
"dependencies": {
"@google-cloud/storage": "^5.3.0",
"@annoai/liboneandone-2": "^1.3.0",
"async": "^2.6.1",
"aws-sdk": "^2.382.0",
"errs": "^0.3.2",
"eventemitter2": "^5.0.1",
"fast-json-patch": "^2.1.0",
"filed-mimefix": "^0.1.3",
"ip": "^1.1.5",
"mime": "^2.4.1",
"qs": "^6.5.2",
"request": "^2.88.0",
"through2": "^3.0.1",
"url-join": "^4.0.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"hock": "^1.2.0",
"mocha": "^8.0.1",
"nyc": "^15.1.0",
"should": "^13.2.3"
},
"engines": {
"node": ">= 8.0.0"
}
}