-
Notifications
You must be signed in to change notification settings - Fork 28
/
bower.json
60 lines (60 loc) · 1.6 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "civic-client",
"version": "0.0.9",
"dependencies": {
"angular": "^1.6.4",
"angular-ui-router": "^0.4.2",
"angular-sanitize": "^1.5.0",
"angular-formly": "^7.1.2 <=7.3.9",
"ui-router-extras": "^0.1.0",
"angular-ui-grid": "^4.0.4",
"angular-bootstrap": "^2.5.0",
"angular-dialog-service": "5.3.0",
"lodash": "^4.0.0",
"angular-resource": "1.4.7",
"angular-timeago": "0.1.6",
"font-awesome": "4.3.0",
"angulartics-google-analytics": "^0.3.0",
"ngDialog": "0.5.5",
"angular-loading-bar": "0.8.0",
"api-check": "7.5.3",
"angular-formly-templates-bootstrap": "^6.1.5",
"angular-messages": "^1.6.4",
"angular-touch": "^1.6.4",
"angular-scroll": "1.0.0",
"angular-elastic": "~2.5.1",
"please-wait": "~0.0.5",
"ment.io": "~0.9.24",
"dimple": "^2.3.0"
},
"devDependencies": {
"angular-mocks": "~1.2.0"
},
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js",
"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"
]
},
"angular-ui-grid": {
"main": [
"./ui-grid.css",
"./ui-grid.js",
"./ui-grid.woff",
"./ui-grid.ttf"
]
}
},
"resolutions": {
"angular-bootstrap": "^2.5.0",
"angular": "^1.6.4",
"angular-ui-router": "^0.4.2"
}
}