forked from torfsen/leaflet.zoomhome
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 680 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 680 Bytes
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
{
"name": "leaflet.zoomhome",
"version": "0.2.0",
"authors": [
"Torf <mail@torf.cc> (http://www.torf.cc)",
"toms (https://gis.stackexchange.com/users/9847/toms)"
],
"homepage": "http://www.github.com/torfuspolymorphus/leaflet.zoomhome",
"description": "Leaflet zoom control with a home button for resetting the view.",
"keywords": ["leaflet", "plugin"],
"license": "CC-BY-SA-3.0",
"main": [
"dist/leaflet.zoomhome.js",
"dist/leaflet.zoomhome.min.js",
"dist/leaflet.zoomhome.css"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"leaflet": ">= 0.7.0"
}
}