This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
118 lines (118 loc) · 3.26 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "stnweb2",
"version": "v2.4.1",
"homepage": "https://github.com/USGS-WiM/STNWeb2",
"authors": [
"Tonia Roddick <[email protected]>"
],
"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",
"angularjs-toaster": "0.4.16",
"angular-animate": "1.3.20",
"mobile-angular-ui": "~1.2.0-beta.11",
"font-awesome": "^4.6.1",
"lato": "~0.3.0",
"angular-xeditable": "~0.1.9",
"angular-resource": "~1.4.7",
"angular-cookies": "~1.4.7",
"angular-ui-mask": "~1.5.1",
"isteven-angular-multiselect": "~4.0.0",
"angular-filter": "~0.5.7",
"angular-input-modified": "~2.2.5",
"angular-ui-utils": "~3.0.0",
"checklist-model": "~0.6.0",
"angular-route": "~1.4.7",
"toastr": "~2.1.2",
"ladda-angular": "~1.0.1",
"angular-ui-bootstrap-datetimepicker": "~0.14.4",
"bootstrap": "^3.3.6",
"jquery": "2.2.1",
"angular-ui-validate": "~1.2.2",
"ng-file-upload": "~11.1.1",
"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",
"ng-tags-input": "^3.0.0",
"bootstrap-multiselect": "^0.9.13",
"ui-select": "angular-ui-select#^0.16.1",
"ngHandsontable": "nghandsontable#^0.12.0",
"handsontable": "^0.26.1",
"leaflet.markercluster": "0.5.0",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23"
},
"devDependencies": {
"angular-mocks": "^1.2.23",
"bootstrap": "3.3.6"
},
"resolutions": {
"angular-bootstrap": ">=0.14.0",
"angular": "1.4.7",
"handsontable": "~0.25.0",
"jquery": "2.2.1"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/css/bootstrap-theme.css",
"dist/js/bootstrap.js"
]
},
"leaflet-geosearch": {
"main": [
"src/js/l.control.geosearch.js",
"src/js/l.geosearch.provider.bing.js",
"src/js/l.geosearch.provider.esri.js",
"src/js/l.geosearch.provider.google.js",
"src/js/l.geosearch.provider.openstreetmap.js",
"src/css/l.geosearch.css",
"src/img/alert.png",
"src/img/geosearch.png",
"src/img/spinner.gif"
]
},
"wim_angular": {
"main": [
"dist/Directives/wimLegend.js",
"dist/Directives/directives.module.js",
"dist/Events/EventManager.js",
"dist/Events/Delegate.js",
"dist/Events/EventArgs.js",
"dist/Events/EventHandler.js",
"dist/Services/Helpers/RequestTransform.js",
"dist/Services/Helpers/RequestInfo.js",
"dist/Services/service.module.js",
"dist/Services/HTTPServiceBase.js",
"dist/css/wimLegend.css"
]
},
"angular-ui-router": {
"main": [
"release/angular-ui-router.js"
]
},
"handsontable": {
"main": [
"dist/handsontable.full.css",
"dist/handsontable.full.js"
]
}
}
}