-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 1.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
{
"name": "online_library",
"version": "1.0.0",
"dependencies": {
"angular": "~1.6.3",
"jquery": "^3.2.0",
"angular-ui-router": "1.0.0-beta.3",
"bootstrap": "^3.3.7",
"angular-translate": "^2.15.1",
"angular-translate-storage-local": "^2.15.1",
"ngstorage": "^0.3.11",
"angular-toastr": "^2.1.1",
"angular-animate": "^1.6.3",
"angular-cookies": "^1.6.3",
"angular-messages": "^1.6.3",
"angular-resource": "^1.6.3",
"angucomplete-alt": "^3.0.0",
"angular-loading-bar": "^0.9.0",
"angular-bootstrap": "~1.3.3",
"ng-table": "^1.0.0"
},
"devDependencies": {
"angular-mocks": "~1.6.3"
},
"resolutions": {
"angular": "1.6.3"
},
"overrides": {
"bootstrap": {
"main": [
"dist/js/bootstrap.min.js",
"dist/css/bootstrap.css",
"dist/fonts/glyphicons-halflings-regular.eot",
"dist/fonts/glyphicons-halflings-regular.svg",
"dist/fonts/glyphicons-halflings-regular.ttf",
"dist/fonts/glyphicons-halflings-regular.woff",
"dist/fonts/glyphicons-halflings-regular.woff2"
]
}
}
}