forked from andrewrk/node-s3-client
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
54 lines (54 loc) · 1.08 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
{
"name": "s3-node-client",
"version": "4.4.4",
"description": "high level amazon s3 client. upload and download files and directories",
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/shreyawhiz/node-s3-client.git"
},
"keywords": [
"amazon",
"s3",
"sync",
"folder",
"directory",
"retry",
"limit",
"stream",
"async",
"parallel",
"multipart",
"size"
],
"author": "Shreya Batra",
"engines": {
"node": ">=0.10.20"
},
"devDependencies": {
"mocha": "~2.0.1",
"ncp": "~1.0.1"
},
"dependencies": {
"aws-sdk": "2.67.0",
"fd-slicer": "~1.0.0",
"findit2": "~2.2.3",
"graceful-fs": "~4.1.4",
"mime": "~2.3.1",
"mkdirp": "~0.5.0",
"pend": "~1.2.0",
"rimraf": "~2.2.8",
"streamsink": "~1.2.0"
},
"bugs": {
"url": "https://github.com/shreyawhiz/node-s3-client/issues"
},
"directories": {
"lib": "lib",
"test": "test"
},
"homepage": "https://github.com/shreyawhiz/node-s3-client#readme"
}