forked from archesproject/arches
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
59 lines (59 loc) · 1.82 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
{
"name": "arches",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "2.2.1",
"requirejs": "~2.3.2",
"requirejs-plugins": "~1.0.3",
"requirejs-text": "2.0.12",
"js-cookie": "2.1.1",
"select2v3": "http://cdnjs.cloudflare.com/ajax/libs/select2/3.5.1/select2.min.js",
"shp": "http://raw.githubusercontent.com/wavded/js-shapefile-to-geojson/master/shapefile.js",
"bootstrap": "3.3.2",
"jqueryui": "1.10.4",
"flexslider": "~2.6.3",
"jquery-easing": "*",
"backbone": "1.1.2",
"underscore": "1.8.3",
"jquery-validate": "1.11.1",
"d3": "3.5.17",
"dropzone": "3.8.4",
"knockout": "3.4.0",
"moment": ">=2.10.5",
"bootstrap3-datetimepicker": "~4.17.43",
"chosen": "1.4.2",
"nouislider": "8.5.1",
"blueimp-gallery": "2.15.2",
"mapbox-gl-plugins": "mapbox/mapbox-gl-js#0.32.1",
"bower-knockout-mapping": "~2.6.0",
"font-awesome": "~4.6.3",
"ionicons": "~2.0.1",
"fonts": "https://google-fonts.azurewebsites.net/googleFonts/openSans?family=Open+Sans:300,400,600,700&subset=latin",
"mapbox-gl": "archesproject/mapbox-gl-js-bower#0.40.1",
"mapbox-gl-draw": "https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-draw/v1.0.2/mapbox-gl-draw.js",
"datatables.net": "~1.10.12",
"datatables.net-bs": "~1.10.12",
"datatables.net-responsive": "~2.1.0",
"datatables.net-responsive-bs": "~2.1.0",
"geojson-extent": "mapbox/geojson-extent#0.3.2",
"bootstrap-colorpicker": "^2.3.6",
"uuid.js": "^3.3.0",
"proj4": "^2.3.15",
"codemirror": "^5.24.0",
"turf": "https://cdnjs.cloudflare.com/ajax/libs/Turf.js/4.4.0/turf.min.js",
"geohash": "chrisveness/latlon-geohash#1.1.0",
"nvd3": "^1.8.5",
"leaflet": "1.0.3",
"leaflet-iiif": "^1.1.1",
"leaflet-draw": "^0.4.9",
"ckeditor": "~4.6.2",
"mathjs": "^3.11.4"
}
}