forked from monotkate/angular-oauth2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 678 Bytes
/
Copy pathbower.json
File metadata and controls
31 lines (31 loc) · 678 Bytes
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
{
"name": "angular-oauth2",
"version": "0.0.1",
"homepage": "https://github.com/monotkate/angular-oauth2",
"authors": [
"MoNotKate <mo.not.kate@gmail.com>"
],
"main": "index.html",
"moduleType": [
"node"
],
"keywords": [
"angular",
"oauth2",
"authentication"
],
"license": "GPL-3.0",
"private": true,
"dependencies": {
"angular": "1.5.8",
"angular-animate": "1.5.3",
"angular-aria": "1.5.3",
"angular-material": "1.0.6",
"angular-messages": "1.5.3",
"angular-ui-router": "0.2.15",
"material-design-icons": "*",
"angular-cookies": "1.5.3",
"express": "^4.13.4",
"body-parser": "^1.15.0"
}
}