-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
45 lines (45 loc) · 1.5 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
{
"name": "sau-web",
"version": "0.0.0",
"dependencies": {
"angular": "1.3.15",
"json3": "3.3.2",
"es5-shim": "4.1.1",
"bootstrap-sass-official": "3.1.1",
"angular-animate": "1.3.15",
"angular-cookies": "1.3.15",
"angular-resource": "1.3.15",
"angular-route": "1.3.15",
"angular-sanitize": "1.3.15",
"angular-touch": "1.3.15",
"angular-leaflet-directive": "0.7.11",
"angular-bootstrap": "0.12.1",
"angular-ui-bootstrap-bower": "0.12.1",
"nvd3-community": "1.7.0",
"angular-nvd3": "https://github.com/SeaAroundUs/angular-nvd3.git#6f2affa821b7b5093237153b786de2e3604b7979",
"colorbrewer2": "*",
"angular-cache": "3.2.5",
"simple-statistics": "0.9.1",
"leaflet-pip": "0.1.0",
"esri-leaflet": "1.0.0-rc.6",
"angular-ui-grid": "3.0.0-rc.20",
"angular-ui-select": "0.11.2",
"ngSanitize": "0.0.2",
"angulartics": "0.17.2",
"rrose": "https://github.com/SeaAroundUs/rrose.git#e2aae9b4a393f2560697f5d483a8eaed067cebe3",
"Proj4Leaflet": "https://github.com/SeaAroundUs/Proj4Leaflet.git#dbd09c2adc1f9eacc8dee3192763dd9746dbb842",
"d3-grid-map": "https://github.com/VulcanTechnologies/d3-grid-map.git#f9333828127379046b188a8492530df857a33b6f",
"seiyria-bootstrap-slider": "5.0.13",
"angular-selectize2": "1.2.3",
"leaflet": "0.7.5"
},
"devDependencies": {
"angular-mocks": "~1.3.0",
"angular-scenario": "~1.3.0"
},
"appPath": "app",
"resolutions": {
"d3": "3.4.13",
"angular": "1.3.15"
}
}