forked from domoritz/leaflet-locatecontrol
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 736 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 736 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
28
29
30
31
32
{
"name": "leaflet.locatecontrol",
"version": "0.72.0",
"homepage": "https://github.com/domoritz/leaflet-locatecontrol",
"authors": [
"Dominik Moritz <domoritz@gmail.com>"
],
"description": "A useful control to geolocate the user with many options. Used by osm.org and mapbox among many others.",
"main": [
"dist/L.Control.Locate.css",
"src/L.Control.Locate.js"
],
"directories": {
"example": "demo"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"repository": {
"type": "git",
"url": "git@github.com:domoritz/leaflet-locatecontrol.git"
},
"keywords": [
"leaflet",
"locate",
"plugin"
],
"license": "MIT",
"readmeFilename": "README.md"
}