UNPKG

gulp-beanstalk-deploy

Version:

A module to make easy AWS Elasticbeanstalk deployment

50 lines (49 loc) 1.06 kB
{ "name": "gulp-beanstalk-deploy", "version": "1.0.14", "description": "A module to make easy AWS Elasticbeanstalk deployment", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/a0ly/gulp-beanstalk-deploy.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/" } ], "license": "MIT", "bugs": { "url": "https://github.com/a0ly/gulp-beanstalk-deploy/issues" }, "homepage": "https://github.com/a0ly/gulp-beanstalk-deploy#readme", "dependencies": { "ansi-colors": "3.2.2", "aws-sdk": "2.489.0", "chai": "4.1.0", "fancy-log": "1.3.3", "lodash": "4.17.11", "mocha": "4.0.1", "q": "1.4.1" } }