UNPKG

s3-sync

Version:

A streaming upload tool for Amazon S3

39 lines (38 loc) 847 B
{ "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 <hughskennedy@gmail.com> (http://hughskennedy.com/)", "license": "MIT", "readmeFilename": "README.md" }