mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-11-28 11:04:08 +01:00
33 lines
796 B
JSON
33 lines
796 B
JSON
{
|
|
"name": "contao-leaflet-maps",
|
|
"version": "1.0.0",
|
|
"description": "Leaflet maps for Contao",
|
|
"main": "gulpfile.js",
|
|
"dependencies": {
|
|
"gulp": "^4.0.0",
|
|
"gulp-cli": "^2.0.1",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-uglify": "^3.0.1",
|
|
"promised-del": "^1.0.2"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/netzmacht/contao-leaflet-maps.git"
|
|
},
|
|
"keywords": [
|
|
"Contao",
|
|
"Leaflet",
|
|
"Maps"
|
|
],
|
|
"author": "netzmacht David Molineus",
|
|
"license": "LGPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/netzmacht/contao-leaflet-maps/issues"
|
|
},
|
|
"homepage": "https://github.com/netzmacht/contao-leaflet-maps#readme"
|
|
}
|