forked from mapcentia/vidi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
62 lines (62 loc) · 2.08 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
{
"name": "vidi",
"homepage": "https://github.com/mapcentia/vidi",
"authors": [
"Martin Høgh <mh@mapcentia.com>"
],
"description": "",
"main": "",
"license": "GPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"arrive": "^2.3.1",
"bootstrap-colorpicker": "^2.5.1",
"backbone": "^1.3.3",
"bootstrap-material-datetimepicker": "^2.7.1",
"bootstrap-material-design": "0.5.10",
"bootstrap-select": "^1.12.4",
"bootstrap-table": "^1.11.0",
"hogan.js": "hogan#^3.0.2",
"html2canvas": "*",
"hyperform": "^0.9.6",
"jspdf-autotable": "2.0.9 || 2.0.14",
"leaflet-draw": "^1.0.2",
"leaflet-measure-path": "^1.3.1",
"leaflet-measure": "git://github.com/mapcentia/leaflet-measure.git#^2.0.2",
"leaflet-plugins": "https://github.com/shramov/leaflet-plugins.git#^3.0.2",
"Leaflet.awesome-markers": "https://github.com/lvoogdt/Leaflet.awesome-markers.git#^2.0.2",
"leaflet.editable": "^1.1.0",
"Leaflet.extra-markers": "^1.0.6",
"Leaflet.GridLayer.GoogleMutant": "https://gitlab.com/IvanSanchez/Leaflet.GridLayer.GoogleMutant.git",
"leaflet.locatecontrol": "https://github.com/domoritz/leaflet-locatecontrol.git#^0.62.0",
"Leaflet.utfgrid": "https://github.com/danzel/Leaflet.utfgrid.git",
"leaflet": "^1.3.1",
"mustache.js": "mustache#^2.3.0",
"Path.Drag.js": "https://github.com/Leaflet/Path.Drag.js.git#^0.0.6",
"proj4": "^2.4.4",
"raphael": "^2.2.7",
"showdown": "^1.4.3",
"snackbarjs": "^1.1.0",
"tableExport.jquery.plugin": "^1.5.2",
"typeahead.js": "0.10.5",
"underscore": "^1.8.3",
"jrespond": "https://github.com/ten1seven/jRespond.git#^1.0.0",
"d3": "^4.13.0",
"q-cluster": "https://github.com/spatialdev/q-cluster.git",
"es5-shim": "^4.5.10",
"localforage": "^1.6.0",
"leaflet.toolbar": "https://github.com/mapcentia/Leaflet.toolbar.git#^0.3.0"
},
"resolutions": {
"jquery": "^2.2",
"leaflet": "^1.3.1",
"bootstrap-material-design": "0.5.10",
"jspdf": "1.3.2 - 1.3.4"
}
}