forked from andreialecu/s3-sync-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 981 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
41
42
43
44
{
"name": "s3-sync-aws",
"version": "1.1.1",
"description": "A streaming upload tool for Amazon S3",
"main": "index.js",
"dependencies": {
"aws-sdk": "^2.2.18",
"backoff": "~2.3.0",
"crypto": "0.0.3",
"event-stream": "3.0.16",
"level-write-stream": "^1.0.0",
"mime": "~1.2.9",
"once": "~1.1.1",
"queue-async": "~1.0.4",
"xtend": "~4.0.0"
},
"peerDependencies": {
"level": "~1.4.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/andreialecu/s3-sync-aws.git"
},
"keywords": [
"stream",
"s3",
"upload",
"sync",
"directory"
],
"author": "Hugh Kennedy <[email protected]> (http://hughskennedy.com/)",
"contributors": [
{
"name": "Josenivaldo Benito Jr.",
"email": "[email protected]"
}
],
"license": "MIT",
"readmeFilename": "README.md"
}