-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
38 lines (38 loc) · 847 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-sync",
"version": "1.0.1",
"description": "A streaming upload tool for Amazon S3",
"main": "index.js",
"dependencies": {
"backoff": "~2.3.0",
"crypto": "0.0.3",
"event-stream": "3.0.16",
"knox": "~0.8.3",
"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.3.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/hughsk/s3-sync.git"
},
"keywords": [
"stream",
"s3",
"upload",
"sync",
"directory"
],
"author": "Hugh Kennedy <[email protected]> (http://hughskennedy.com/)",
"license": "MIT",
"readmeFilename": "README.md"
}