Skip to content

Instantly share code, notes, and snippets.

@sandrinodimattia
Created January 21, 2015 11:22
Show Gist options
  • Save sandrinodimattia/555c8416606823bf8581 to your computer and use it in GitHub Desktop.
Save sandrinodimattia/555c8416606823bf8581 to your computer and use it in GitHub Desktop.
auth0-angular and usemin
{
"name": "TestEnv",
"version": "0.0.0",
"authors": [
"Tom Reunes <[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"auth0-angular": "~4.0.1"
},
"overrides": {
"auth0-lock": {
"main": "build/auth0-lock.min.js"
},
"auth0.js": {
"main": "build/auth0.min.js"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment