UNPKG

mr-downloader

Version:

Provides streaming multipart downloads for S3 with progress watch

27 lines (26 loc) 580 B
{ "name": "mr-downloader", "version": "0.0.1", "description": "Provides streaming multipart downloads for S3 with progress watch", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "S3", "multipart", "stream", "download", "getObject" ], "author": "Raphael Rosa @ MedRoom", "license": "MIT", "dependencies": { "async": "^2.0.1", "debug": "^2.2.0" }, "devDependencies": { "aws-sdk": "^2.5.3" }, "repository": "git@github.com:medroomdev/s3-stream-download.git" }