UNPKG

s3-stream-upload

Version:

A writable stream which uploads to Amazon S3 using the multipart file upload API.

42 lines (41 loc) 1.04 kB
{ "name": "s3-stream-upload", "version": "2.0.2", "description": "A writable stream which uploads to Amazon S3 using the multipart file upload API.", "main": "index.js", "scripts": { "test": "export NODE_ENV=test && ./node_modules/.bin/mocha --reporter spec --ui bdd --recursive --grep Unit", "integration": "export NODE_ENV=test && ./node_modules/.bin/mocha --reporter spec --ui bdd --recursive --grep Integration" }, "author": { "name": "Jordan Santell", "url": "http://github.com/jsantell" }, "license": "MIT", "dependencies": { "buffer-queue": "~1.0.0", "readable-stream": "^2.3.0" }, "devDependencies": { "buffer-equal": "0.0.1", "chai": "1.9.1", "mocha": "1.18.2", "stream-buffers": "^0.2.5", "when": "^3.2.3", "mock-s3": "~1.0.1" }, "repository": { "type": "git", "url": "http://github.com/jsantell/s3-stream-upload" }, "keywords": [ "stream", "upload", "aws", "s3", "amazon" ], "engines": [ "node >= 0.10.2" ] }