UNPKG

auth0-ember-simple-auth

Version:
17 lines (13 loc) 415 B
/* jshint node: true */ 'use strict'; module.exports = { name: 'auth0-ember-simple-auth', included: function(app) { app.import(app.bowerDirectory + '/ember-simple-auth/simple-auth.amd.js'); app.import(app.bowerDirectory + '/auth0-lock/build/auth0-lock.js'); app.import(app.bowerDirectory + '/jsrsasign/jsrsasign-latest-all-min.js'); }, isDevelopingAddon: function() { return false; } }