gulp-elastic-beanstalk-deploy
Version:
A Gulp module for deploying to AWS Elastic Beanstalk
55 lines (54 loc) • 1.22 kB
JSON
{
"name": "gulp-elastic-beanstalk-deploy",
"version": "0.2.0",
"description": "A Gulp module for deploying to AWS Elastic Beanstalk",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:scottwrobinson/gulp-elastic-beanstalk-deploy.git"
},
"keywords": [
"gulp",
"gulp-plugin",
"gulp-module",
"amazon",
"aws",
"eb",
"elastic",
"beanstalk",
"elasticbeanstalk",
"deploy"
],
"author": "Scott Robinson <s.w.robinson@gmail.com>",
"contributors": [
{
"name": "Scott Robinson",
"email": "s.w.robinson@gmail.com"
},
{
"name": "Seungjae Lee",
"email": "seungjae@dable.io",
"url": "http://a0ly.github.io/"
},
{
"name": "Tom Benyon",
"email": "tom@benyon.io"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/scottwrobinson/gulp-elastic-beanstalk-deploy/issues"
},
"homepage": "https://github.com/scottwrobinson/gulp-elastic-beanstalk-deploy",
"dependencies": {
"aws-sdk": "^2.3.16",
"chai": "^4.1.0",
"gulp-util": "^3.0.7",
"lodash": "^4.13.1",
"mocha": "^3.0.2",
"q": "^1.4.1"
}
}