-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
42 lines (42 loc) · 1.07 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "auth-ajax",
"version": "0.0.4",
"description": "iron-ajax with added auth header handling",
"authors": [
"Simon Green <[email protected]>"
],
"main": "auth-ajax.html",
"repository": {
"type": "git",
"url": "git://github.com/github.com/CaptainCodeman/auth-ajax.git"
},
"homepage": "http://captaincodeman.github.io/auth-ajax/",
"keywords": [
"polymer",
"web-components",
"app",
"auth",
"ajax",
"jwt",
"roles",
"security",
"permissions",
"bearer",
"authorization",
"authentication"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.4.0",
"iron-ajax": "PolymerElements/iron-ajax#^1.4.3",
"misbehave": "^1.0.2",
"jwt-decode": "^2.1.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"polymerfire": "firebase/polymerfire#^0.10.3",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"license": "MIT"
}