mirror of
https://github.com/netzmacht/contao-leaflet-libraries.git
synced 2025-11-28 11:04:07 +01:00
31 lines
561 B
JSON
31 lines
561 B
JSON
{
|
|
"name": "leaflet.loading",
|
|
"version": "0.1.24",
|
|
"homepage": "https://github.com/ebrelsford/leaflet.loading",
|
|
"authors": [
|
|
"Eric Brelsford <ebrelsford@gmail.com>"
|
|
],
|
|
"description": "A loading-indicator control for Leaflet",
|
|
"main": [
|
|
"src/Control.Loading.css",
|
|
"src/Control.Loading.js"
|
|
],
|
|
"keywords": [
|
|
"leaflet",
|
|
"map",
|
|
"gis",
|
|
"loading"
|
|
],
|
|
"dependencies": {
|
|
"leaflet": ">=0.6"
|
|
},
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|