-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
36 lines (36 loc) · 1.02 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
{
"name": "reporter",
"version": "0.0.0",
"dependencies": {
"angular-touch": "~1.5.8",
"angular-sanitize": "~1.5.8",
"angular-ui-router": "~0.3.1",
"bootstrap-sass": "~3.3.7",
"angular-bootstrap": "~2.1.4",
"moment": "~2.10.6",
"animate.css": "~3.4.0",
"angular": "~1.5.8",
"ngstorage": "^0.3.11",
"font-awesome": "^4.7.0",
"angularUtils-pagination": "angular-utils-pagination#^0.11.1",
"angular-filter": "^0.5.11"
},
"devDependencies": {
"angular-mocks": "~1.5.8"
},
"overrides": {
"bootstrap-sass": {
"main": [
"assets/stylesheets/_bootstrap.scss",
"assets/fonts/bootstrap/glyphicons-halflings-regular.eot",
"assets/fonts/bootstrap/glyphicons-halflings-regular.svg",
"assets/fonts/bootstrap/glyphicons-halflings-regular.ttf",
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff",
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff2"
]
}
},
"resolutions": {
"angular": "~1.5.3"
}
}