forked from SpoonX/aurelia-authentication
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 1.08 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
{
"name": "aurelia-authentication",
"version": "3.8.3",
"description": "Plugin for social media authentication and local authentication together with other authentication utilities.",
"keywords": [
"aurelia",
"oauth",
"authentication"
],
"homepage": "http://aurelia-authentication.spoonx.org/",
"main": "dist/commonjs/aurelia-authentication..js",
"moduleType": "node",
"license": "MIT",
"authors": [
"RWOverdijk <[email protected]> (http://spoonx.nl/)"
],
"contributors": [
"Dirk Eisinger <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/SpoonX/aurelia-authentication"
},
"dependencies": {
"aurelia-api": "^3.0.0",
"aurelia-dependency-injection": "^1.0.0",
"aurelia-event-aggregator": "^1.0.0",
"aurelia-fetch-client": "^1.0.0",
"aurelia-logging": "^1.0.0",
"aurelia-metadata": "^1.0.0",
"aurelia-pal": "^1.8.0",
"aurelia-path": "^1.0.0",
"aurelia-router": "^1.0.0",
"aurelia-templating-resources": "^1.0.0",
"extend": "^3.0.0",
"jwt-decode": "^2.0.0"
}
}