forked from orangewise/s3-zip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 936 Bytes
/
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
{
"name": "s3-zip",
"version": "0.0.13",
"description": "Download selected files from an Amazon S3 bucket as a zip file.",
"main": "s3-zip.js",
"scripts": {
"test": "standard && tap --cov test/test*.js",
"coverage": "npm test -- --cov --coverage-report=lcov"
},
"repository": {
"type": "git",
"url": "https://github.com/orangewise/s3-zip.git"
},
"keywords": [
"amazon",
"aws",
"S3",
"zip",
"files"
],
"author": "Ronald Luitwieler",
"license": "MIT",
"bugs": {
"url": "https://github.com/orangewise/s3-zip/issues"
},
"homepage": "https://github.com/orangewise/s3-zip#readme",
"dependencies": {
"archiver": "^1.2.0",
"readable-stream": "^2.1.5",
"s3-files": "0.0.15"
},
"devDependencies": {
"concat-stream": "^1.5.2",
"proxyquire": "^1.7.10",
"sinon": "^1.17.6",
"standard": "^8.6.0",
"tap": "^9.0.3",
"yauzl": "^2.7.0"
}
}