-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
46 lines (46 loc) · 1.14 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
43
44
45
46
{
"name": "MyHonors",
"version": "1.0.0",
"homepage": "https://github.com/fiuhonors/myhonors",
"authors": [
"Alastair Paragas <[email protected]>",
"Alberto Mizrahi <[email protected]>"
],
"description": "MyHonors is the premiere online portal for FIU Honors College students, staff, clubs and professors.",
"main": "index.html",
"moduleType": [
"globals"
],
"keywords": [
"honors",
"fiu",
"myhonors"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"firebase": "~2.2.7",
"angular": "~1.4.3",
"bootstrap-sass": "~3.3.5",
"jquery": "~2.1.4",
"angular-ui-router": "~0.2.15",
"lodash": "~3.10.0"
},
"devDependencies": {
"angular-mocks": "~1.4.3",
"mockfirebase": "~0.11.0"
},
"resolutions": {
"angular": "~1.4.3",
"firebase": "~2.2.7",
"bootstrap-sass": "~3.3.5",
"angular-ui-router": "~0.2.15",
"angular-mocks": "~1.4.3"
}
}