mirror of
https://github.com/netzmacht/contao-leaflet-libraries.git
synced 2025-11-29 03:24:34 +01:00
Extract libraries to an separate extension.
This commit is contained in:
27
assets/leaflet-loading/bower.json
Normal file
27
assets/leaflet-loading/bower.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "leaflet.loading",
|
||||
"version": "0.1.13",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user