forked from hholzgra/maposmatic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 1 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
{
"name": "maposmatic",
"homepage": "https://github.com/hholzgra/maposmatic",
"description": "maposmatic django web frontend",
"main": "manage.py",
"keywords": [
"osm",
"print"
],
"authors": [
"Hartmut Holzgraefe <[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"www/static/bower",
"test",
"tests"
],
"dependencies": {
"jquery": "^1.11.0",
"font-awesome": "^4.6.3",
"leaflet": "^0.7.7",
"leaflet-search": "^2.6.1",
"Leaflet.EasyButton": "^1.3.1",
"leaflet-areaselect": "*",
"leaflet-locationfilter": "*",
"leaflet-providers": "^1.1.15",
"leaflet.locatecontrol": "^0.62.0",
"Leaflet.RestoreView": "https://github.com/makinacorpus/Leaflet.RestoreView.git",
"leaflet-gpx": "https://github.com/mpetazzoni/leaflet-gpx.git#^1.3.1",
"fastselect": "^0.7.3",
"fastsearch": "^1.11.1",
"popper.js": "^1.14.6",
"bootstrap4": "^4.1.3",
"flag-icon-css": "^3.2.1"
}
}