-
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": "web-app-2017",
"description": "2017 hon-search web app",
"main": "index.js",
"authors": [
"Health On the Net"
],
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src/lib",
"test",
"tests"
],
"dependencies": {
"bootstrap": "^3.3.7",
"angular-bootstrap": "^2.5.0",
"angular-bootstrap-toggle": "^0.1.2",
"angular-route": "^1.6.1",
"angular-translate": "^2.13.1",
"angular-translate-loader-static-files": "^2.13.1",
"angular": "^1.6.1",
"font-awesome": "^4.7.0",
"country-code": "country-list#^2.0.2",
"flag-css": "^0.0.7",
"angular-resource": "^1.6.1",
"angular-svg-round-progressbar": "<1.0.0",
"angular-favicon": "^0.3.2",
"angulargrid": "^0.6.3",
"angular-img-fallback": "^0.2.0",
"angular-loading-bar": "^0.9.0",
"angular-moment": "^1.0.1",
"moment": "^2.17.1",
"angular-local-storage": "^0.5.2",
"angular-marked": "^1.2.2",
"angular-bootstrap-lightbox": "^0.12.0",
"Stickyfill": "^1.1.4"
},
"resolutions": {
"angular": "^1.6.1",
"angular-bootstrap": "^2.5.0"
}
}