{
  "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"
  }
}
