UNPKG

gulp-awsebtdeploy

Version:

A module to make easy AWS Elasticbeanstalk deployment

53 lines (52 loc) 1.15 kB
{ "name": "gulp-awsebtdeploy", "version": "3.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/client-elastic-beanstalk": "^3.882.0", "@aws-sdk/client-s3": "^3.882.0", "ansi-colors": "^4.1.3", "chai": "4.5", "fancy-log": "^2.0.0", "mocha": "11.7.2" } }