{ "name": "ember-simple-auth-aws-amplify", "version": "0.2.0-alpha.0", "description": "Ember Simple Auth implementation using AWS Amplify.", "keywords": [ "ember-simple-auth", "aws-amplify", "@aws-amplify/auth", "@aws-amplify/core", "AWS Cognito", "Cognito User Pool", "OAUTH2", "Implicit Flow", "ember-addon" ], "repository": { "type": "git", "url": "https://github.com/cybertooth-io/ember-simple-auth-aws-amplify" }, "license": "MIT", "author": { "name": "cybertooth.io", "email": "dev@cybertooth.io", "url": "https://cybertooth.io" }, "contributors": [ { "name": "Dan Nelson", "email": "dan@cybertooth.io", "url": "https://nadnoslen.github.io/" } ], "directories": { "doc": "doc", "test": "tests" }, "scripts": { "build": "ember build", "lint:hbs": "ember-template-lint .", "lint:js": "eslint .", "start": "ember serve", "test": "ember test", "test:all": "ember try:each" }, "dependencies": { "@aws-amplify/auth": "^2.1.2", "@aws-amplify/core": "^2.2.1", "ember-auto-import": "^1.2.17", "ember-cli-babel": "^7.11.1", "ember-cli-htmlbars": "^4.0.0" }, "devDependencies": { "@ember/optional-features": "^1.0.0", "babel-eslint": "^10.0.3", "broccoli-asset-rev": "^3.0.0", "codeclimate-test-reporter": "^0.5.1", "ember-cli": "~3.14.0", "ember-cli-code-coverage": "^1.0.0-beta.8", "ember-cli-dependency-checker": "^3.1.0", "ember-cli-eslint": "^5.1.0", "ember-cli-htmlbars-inline-precompile": "^3.0.0", "ember-cli-inject-live-reload": "^2.0.1", "ember-cli-sri": "^2.1.1", "ember-cli-template-lint": "^1.0.0-beta.3", "ember-cli-uglify": "^3.0.0", "ember-concurrency": "^1.1.2", "ember-disable-prototype-extensions": "^1.1.3", "ember-export-application-global": "^2.0.0", "ember-load-initializers": "^2.1.0", "ember-maybe-import-regenerator": "^0.1.6", "ember-qunit": "^4.5.1", "ember-resolver": "^7.0.0", "ember-simple-auth": "^2.1.0", "ember-source": "~3.15.0", "ember-source-channel-url": "^2.0.1", "ember-try": "^1.2.1", "eslint-plugin-ember": "^7.1.0", "eslint-plugin-node": "^10.0.0", "loader.js": "^4.7.0", "qunit-dom": "^0.9.0" }, "engines": { "node": "8.* || >= 10.*" }, "ember-addon": { "configPath": "tests/dummy/config" } }