mirror of
https://github.com/netzmacht/contao-leaflet-libraries.git
synced 2025-11-28 11:04:07 +01:00
42 lines
767 B
JSON
Executable File
42 lines
767 B
JSON
Executable File
{
|
|
"name": "leaflet-control-geocoder",
|
|
"version": "1.5.4",
|
|
"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",
|
|
"Control.Geocoder.css",
|
|
"images/geocoder.png",
|
|
"images/throbber.gif"
|
|
],
|
|
"moduleType": [
|
|
"amd",
|
|
"globals"
|
|
],
|
|
"keywords": [
|
|
"leaflet",
|
|
"geocoder",
|
|
"locations",
|
|
"nominatim",
|
|
"bing",
|
|
"google",
|
|
"mapbox",
|
|
"photon",
|
|
"what3words",
|
|
"mapquest",
|
|
"mapzen",
|
|
"here"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|