forked from domoritz/leaflet-locatecontrol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 814 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
{
"name": "leaflet.locatecontrol",
"version": "0.43.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",
"dependencies": {
"leaflet": "~0.7.3",
"fontawesome": "~4.3.0"
}
}