UNPKG

gulp-awsebtdeploy

Version:

A module to make easy AWS Elasticbeanstalk deployment

52 lines (51 loc) 1.1 kB
{ "name": "gulp-awsebtdeploy", "version": "2.0.0", "description": "A module to make easy AWS Elasticbeanstalk deployment", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/Swaven/gulp-awsebtdeploy.git" }, "keywords": [ "gulp", "gulp-plugin", "gulp-module", "plugin", "amazon", "aws", "eb", "elastic", "beanstalk", "elasticbeanstalk", "deploy", "upload" ], "author": "Seungjae Lee <seungjae@dable.io>", "contributors": [ { "name": "Seungjae Lee", "email": "seungjae@dable.io", "url": "http://a0ly.github.io/" },{ "name": "Swaven", "url": "https://github.com/Swaven" } ], "license": "MIT", "bugs": { "url": "https://github.com/Swaven/gulp-awsebtdeploy/issues" }, "homepage": "https://github.com/Swaven/gulp-awsebtdeploy#readme", "dependencies": { "aws-sdk": "^2.245.1", "chai": "^4.1.0", "gulp-util": "^3.0.7", "lodash": "^4.13.1", "mocha": "4.0.1", "q": "^1.4.1" } }