forked from USGS-WiM/STNPublicInfo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
60 lines (60 loc) · 1.48 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": "STNPublicInfo",
"version": "0.0.1",
"homepage": "https://github.com/USGS-WiM/STNPublicInfo",
"authors": [
"Tonia Roddick <troddick@usgs.gov>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.4.7",
"angular-bootstrap": "0.14.3",
"angular-ui-router": "~0.2.15",
"mobile-angular-ui": "~1.2.0-beta.11",
"font-awesome": "^4.6.1",
"lato": "~0.3.0",
"angular-resource": "~1.4.7",
"angular-cookies": "~1.4.7",
"angular-filter": "~0.5.7",
"angular-ui-utils": "~3.0.0",
"angular-route": "~1.4.7",
"toastr": "~2.1.2",
"ladda-angular": "~1.0.1",
"bootstrap": "^3.3.6",
"jquery": "~2.2.0",
"leaflet": "^0.7.7",
"angular-leaflet-directive": "^0.10.0",
"bootstrap-table": "^1.10.0",
"esri-leaflet": "^1.0.2",
"angular-busy": "^4.1.3",
"Leaflet.label": "^0.2.1",
"leaflet-geosearch": "L.GeoSearch#^1.1.0",
"wim_angular": "https://github.com/USGS-WiM/wim_angular.git#master",
"angular-spinners": "^3.1.2"
},
"devDependencies": {
"angular-mocks": "^1.2.23",
"bootstrap": "~3.3.6"
},
"resolutions": {
"angular-bootstrap": ">=0.14.0",
"angular": "1.4.7",
"font-awesome": "^4.6.1"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/css/bootstrap-theme.css",
"dist/js/bootstrap.js"
]
}
}
}