mirror of
https://github.com/netzmacht/contao-leaflet-libraries.git
synced 2025-11-28 11:04:07 +01:00
31 lines
593 B
JSON
31 lines
593 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|