-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 965 Bytes
/
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
{
"name": "vtmphoto",
"version": "0.0.2",
"homepage": "https://github.com/berkeley-gif/vtmphoto",
"authors": [
"Shruti Mukhtyar <[email protected]>"
],
"description": "Map and explore photos from the Wieslander Vegetation Type Mapping project compiled in the 1920s and 30s and compare with recent photo retakes",
"keywords": [
"vtm",
"photo",
"retakes"
],
"license": "MIT",
"private": true,
"ignore": [
"node_modules",
"bower_components",
"vendor"
],
"dependencies": {
"angular": "1.2.8",
"jquery-ui": "~1.10.3",
"angular-ui-slider": "~0.0.1",
"jquery": "~2.1.0",
"angular-fullscreen": "*",
"angular-ui-router": "~0.2.10",
"angular-ui-utils": "~0.1.1",
"angular-ui-bootstrap": "~0.11.0",
"angular-leaflet-directive": "~0.7.7",
"leaflet.markercluster": "~0.4.0",
"restangular": "~1.4.0"
},
"resolutions": {
"angular": "1.2.8",
"jquery": "~2.1.0"
}
}