-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 1 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": "usfcastokenauth",
"homepage": "https://github.com/jamjon3/UsfCAStokenAuth",
"authors": [
"James Jones <jamjon3@gmail.com>"
],
"contributors": [
],
"description": "USF Service for CAS backed Token Authentication",
"main": "dist/usfcastokenauth.min.js",
"repository": {
"type": "git",
"url": "git://github.com/jamjon3/UsfCAStokenAuth.git"
},
"ignore": [
"**/.*",
"node_modules",
"components",
"test",
"karma.conf.js",
"bower_components",
"tests"
],
"dependencies": {
"angularLocalStorage": ">= 0.3.2",
"angular": "~1.4.7",
"angular-resource": "~1.4.7",
"angular-cookies": "~1.4.7",
"angular-sanitize": "~1.4.7",
"angular-route": "~1.4.7"
},
"devDependencies": {
"angular-mocks": "~1.4.7"
},
"keywords": [
"AngularJS",
"web",
"token",
"webtoken"
],
"license": "Apache-2.0"
}