UNPKG

gulp-s3-upload

Version:

A gulp task to asynchronous upload/update assets to an AWS S3 Bucket.

43 lines (42 loc) 971 B
{ "name": "gulp-s3-upload", "version": "1.7.3", "description": "A gulp task to asynchronous upload/update assets to an AWS S3 Bucket.", "main": "index.js", "directories": { "test": "test" }, "repository": { "type": "git", "url": "git://github.com/clineamb/gulp-s3-upload.git" }, "keywords": [ "gulp", "s3", "aws", "upload", "asynchronous", "gulpplugin", "gulpfriendly", "streams", "stream support", "stream" ], "author": "Caroline Amaba <her@carolineamaba.com>", "license": "ISC", "bugs": { "url": "https://github.com/clineamb/gulp-s3-upload/issues" }, "homepage": "https://github.com/clineamb/gulp-s3-upload", "dependencies": { "ansi-colors": "^3.2.3", "aws-sdk": "^2.88.0", "event-stream": "3.3.4", "fancy-log": "^1.3.2", "hasha": "^3.0.0", "https-proxy-agent": "^2.0.0", "mime": "^1.3.6", "plugin-error": "^1.0.1", "underscore": "^1.8.3" } }