-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
29 lines (29 loc) · 850 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "auth0-element",
"version": "5.0.0",
"authors": [
"John Lim Ding Wei"
],
"description": "An element that makes it easy to declaratively use auth0",
"keywords": [
"web-components",
"polymer",
"auth0"
],
"main": "auth0-element.html",
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0",
"auth0.js": "^9.3.2",
"auth0-lock": "^11.3.1",
"jwt-decode": "^2.2.0",
"iron-ajax": "^2.0.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#2.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#2.0.0",
"web-component-tester": "Polymer/web-component-tester#^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0",
"polymerfire": "firebase/polymerfire#^2.0.0",
"app-route": "PolymerElements/app-route#^2.0.0"
}
}