leaflet-control-geocoder
Version:
Extendable geocoder with builtin support for Nominatim, Bing, Google, Mapbox, Photon, What3Words, MapQuest, Mapzen
44 lines (43 loc) • 1.01 kB
JSON
{
"name": "leaflet-control-geocoder",
"version": "1.3.2",
"description": "Extendable geocoder with builtin support for Nominatim, Bing, Google, Mapbox, Photon, What3Words, MapQuest, Mapzen",
"main": "src/index.js",
"scripts": {
"prepublish": "sh ./scripts/build.sh",
"publish": "sh ./scripts/publish.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/perliedman/leaflet-control-geocoder.git"
},
"keywords": [
"leaflet",
"geocoder",
"locations",
"nominatim",
"bing",
"google",
"mapbox",
"photon",
"what3words",
"mapquest",
"mapzen"
],
"author": "Per Liedman <per@liedman.net>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/perliedman/leaflet-control-geocoder/issues"
},
"browserify-shim": {
"leaflet": "global:L"
},
"dependencies": {
"leaflet": "~0.7.3"
},
"devDependencies": {
"browserify": "^11.0.1",
"browserify-shim": "^3.8.10",
"es3ify": "^0.1.4"
}
}