UNPKG

s3-writeable

Version:

Write to S3 using streams (via multipart upload)

37 lines (36 loc) 819 B
{ "name": "s3-writeable", "version": "1.0.2", "description": "Write to S3 using streams (via multipart upload)", "main": "index.js", "scripts": { "test": "mocha -R spec -t 10000 -b" }, "repository": { "type": "git", "url": "git@github.com:seedalpha/s3-writeable.git" }, "keywords": [ "s3", "stream", "writeable", "multipart" ], "author": "Vladimir Popov <rusintez@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/seedalpha/s3-writeable/issues" }, "homepage": "https://github.com/seedalpha/s3-writeable", "devDependencies": { "mocha": "^2.2.1", "s3-readable": "^1.0.0" }, "dependencies": { "debug": "^2.1.3", "head-stream": "0.0.4", "rebuffer": "^1.0.1", "through2": "^0.6.3", "throughout": "0.0.0" } }