Update leaflet geocoder.

This commit is contained in:
David Molineus
2015-06-18 16:26:12 +02:00
parent b18d76f61e
commit 4ddb52925d
7 changed files with 43 additions and 9 deletions

View File

@@ -0,0 +1,30 @@
{
"name": "leaflet-control-geocoder",
"version": "1.1.0",
"homepage": "https://github.com/perliedman/leaflet-control-geocoder",
"authors": [
"Per Liedman <per@liedman.net>"
],
"description": "Extendable geocoder with builtin OSM/Nominatim support",
"main": "Control.Geocoder.js",
"moduleType": [
"amd",
"globals"
],
"keywords": [
"leaflet",
"geocoder",
"nominatim"
],
"license": "BSD-2-Clause",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"leaflet": "~0.7.2"
}
}