forked from dainst/idai-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
44 lines (44 loc) · 890 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
39
40
41
42
43
44
{
"name": "dai-leaflet",
"authors": [
"Toni Schönbuchner <[email protected]>"
],
"description": "Dai components for Leaflet map",
"main": [
"index.html",
"main.js"
],
"moduleType": [
"amd",
"es6",
"globals",
"node",
"yui"
],
"keywords": [
"none"
],
"license": "MIT",
"homepage": "https://google.com",
"repository": {
"type": "git",
"url": "git://github.com/foo/bar.git"
},
"private": true,
"dependencies": {
"leaflet": "^1.0.3",
"leaflet-fullscreen": "^1.0.2",
"Leaflet.ZoomBox": "^0.3.4",
"leaflet-measure": "^2.1.7",
"Leaflet.NavBar": "leaflet-navbar#^1.0.1",
"Leaflet.Coordinates": "^0.1.5",
"leaflet.wms": "^0.2.0",
"col-resizable": "1.6.0",
"select2": "^4.0.3",
"autolink": "1.0.2",
"jquery": "^3.2.1"
},
"resolutions": {
"jquery": "3.2.1"
}
}