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