-
Notifications
You must be signed in to change notification settings - Fork 7
/
bower.json
90 lines (89 loc) · 2.24 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
{
"name": "FieltripOpen",
"version": "0.5.0",
"description": "A mobile app for capturing data on the field.",
"keywords": [
"fieldtrip",
"GIS",
"Dropbox"
],
"authors": [
"George Hamilton <gmh04>",
"Murray King <murrayk>",
"Michael Koutroumpas <xmichael>",
"Panos Terzis <panterz>",
"Ruben Gamez <rgamez>"
],
"license": "BSD",
"homepage": "http://fieldtripgb.blogs.edina.ac.uk/",
"dependencies": {
"jquery": "1.11.3",
"jquery-mobile": "http://jquerymobile.com/resources/download/jquery.mobile-1.4.5.zip",
"leaflet": "0.7.3",
"leaflet.markercluster": "0.4.0",
"proj4": "2.3.6",
"proj4leaflet": "0.7.0",
"qunit": "1.18.0",
"requirejs": "2.1.18",
"requirejs-text": "2.0.14",
"spectrum": "1.7.0",
"underscore": "1.8.3",
"i18next": "2.0.20",
"jquery-i18next": "0.0.9",
"i18next-xhr-backend": "0.2.0"
},
"dependency_locations": {
"jquery": [
"dist/jquery.min.js",
"dist/jquery.min.map"
],
"jquery-mobile": [
"jquery.mobile-x.x.min.js",
"jquery.mobile-x.x.min.map",
"jquery.mobile-x.x.min.css"
],
"leaflet": [
"dist/leaflet.js",
"dist/leaflet.css"
],
"leaflet.markercluster": [
"dist/leaflet.markercluster.js",
"dist/MarkerCluster.css"
],
"qunit": [
"qunit/qunit.js",
"qunit/qunit.css"
],
"proj4": [
"dist/proj4.js"
],
"proj4leaflet": [
"src/proj4leaflet.js"
],
"requirejs": [
"require.js"
],
"requirejs-text": [
"text.js"
],
"spectrum": [
"spectrum.js",
"spectrum.css"
],
"underscore": [
"underscore.js"
],
"i18next": [
"i18next.min.js"
],
"jquery-i18next": [
"i18next-jquery.min.js"
],
"i18next-xhr-backend": [
"i18nextXHRBackend.min.js"
]
},
"resolutions": {
"jquery": "1.11.3"
}
}