-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathbower.json
36 lines (36 loc) · 893 Bytes
/
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
{
"name": "sbAdmin2",
"version": "0.0.0",
"dependencies": {
"angular-animate": "~1.3.4",
"jquery": "~2.1.1",
"angular-resource": "~1.3.4",
"angular-ui-router": "~0.2.13",
"bootstrap-sass": "~3.3.1",
"angular-bootstrap": "~0.11.0",
"angular": "~1.3.4",
"font-awesome": "~4.1.0",
"html5shiv": "~3.7.2",
"respond": "~1.4.2",
"DataTables": "~1.10.2",
"morrisjs": "~0.5.1",
"bootstrap-social": "~4.6.0",
"eeh-navigation": "4.1.2",
"flot": "~0.8.3",
"flot.tooltip": "~0.8.5",
"eeh-flot": "~0.1.3",
"eeh-morris": "~0.1.1"
},
"devDependencies": {
"angular-mocks": "~1.3.4"
},
"resolutions": {
"jquery": "~2.1.1",
"angular": "~1.3.4"
},
"overrides": {
"Flot": {
"main": ["excanvas.min.js", "jquery.flot.pie.js", "jquery.flot.resize.js", "jquery.flot.time.js", "jquery.flot.js"]
}
}
}