mirror of
https://github.com/netzmacht/contao-leaflet-libraries.git
synced 2025-11-28 11:04:07 +01:00
26 lines
532 B
JSON
26 lines
532 B
JSON
{
|
|
"name": "leaflet-providers",
|
|
"version": "1.1.5",
|
|
"homepage": "https://github.com/leaflet-extras/leaflet-providers",
|
|
"description": "An extension to Leaflet that contains configurations for various free tile providers.",
|
|
"dependencies": {
|
|
"leaflet": "~0.7.3"
|
|
},
|
|
"main": "leaflet-providers.js",
|
|
"keywords": [
|
|
"leaflet",
|
|
"stamen",
|
|
"osm"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"preview",
|
|
"*.html"
|
|
]
|
|
}
|