UNPKG

ember-cli-deploy-aws-pack

Version:

A pack of ember-cli-deploy plugins for implementing a simple AWS deploy approach.

30 lines (29 loc) 776 B
{ "name": "ember-cli-deploy-aws-pack", "version": "3.0.0", "description": "A pack of ember-cli-deploy plugins for implementing a simple AWS deploy approach.", "keywords": [ "ember-addon", "ember-cli-deploy-plugin-pack" ], "license": "MIT", "author": "Kevin Pfefferle", "repository": { "type": "git", "url": "https://github.com/kpfefferle/ember-cli-deploy-aws-pack.git" }, "scripts": {}, "dependencies": { "ember-cli-deploy-build": "^2.0.0", "ember-cli-deploy-cloudfront": "^4.0.0", "ember-cli-deploy-gzip": "^2.0.0", "ember-cli-deploy-manifest": "^2.0.0", "ember-cli-deploy-s3": "^3.0.0" }, "engines": { "node": "12.* || 14.* || >= 16" }, "ember-addon": { "defaultBlueprint": "aws-deploy-config" } }