mirror of
https://github.com/netzmacht/contao-leaflet-libraries.git
synced 2025-11-28 19:13:54 +01:00
27 lines
644 B
JSON
27 lines
644 B
JSON
{
|
|
"name": "leaflet-control-geocoder",
|
|
"version": "1.0.0",
|
|
"description": "Extendable geocoder with builtin OSM/Nominatim support",
|
|
"main": "Control.Geocoder.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/perliedman/leaflet-control-geocoder.git"
|
|
},
|
|
"keywords": [
|
|
"leaflet",
|
|
"geocoder",
|
|
"nominatim"
|
|
],
|
|
"author": "Per Liedman <per@liedman.net>",
|
|
"license": "BSD-2-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/perliedman/leaflet-control-geocoder/issues"
|
|
},
|
|
"dependencies": {
|
|
"leaflet": "~0.7.2"
|
|
}
|
|
}
|