forked from orangewise/s3-zip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 835 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
{
"name": "s3-zip",
"version": "0.0.7",
"description": "Download selected files from an Amazon S3 bucket as a zip file.",
"main": "s3-zip.js",
"scripts": {
"test": "tap --cov test/test*.js"
},
"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": "^0.21.0",
"readable-stream": "2.0.5",
"s3-files": "0.0.9"
},
"devDependencies": {
"concat-stream": "^1.5.1",
"proxyquire": "^1.7.4",
"sinon": "^1.17.3",
"tap": "^5.7.0",
"yauzl": "^2.4.1"
}
}