mirror of
https://github.com/netzmacht/contao-leaflet-libraries.git
synced 2025-11-28 02:54:12 +01:00
35 lines
942 B
JSON
35 lines
942 B
JSON
{
|
|
"name": "contao-leaflet-libaries",
|
|
"version": "0.7.7",
|
|
"description": "Libraries for Leaflet integration into Contao CMS =================================================",
|
|
"main": "gulpfile.js",
|
|
"dependencies": {
|
|
"del": "^3.0.0",
|
|
"gulp": "^4.0.0",
|
|
"gulp-clean-css": "^3.10.0",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-replace": "^1.0.0",
|
|
"gulp-uglify": "^3.0.0",
|
|
"merge-stream": "^1.0.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/netzmacht/contao-leaflet-libaries.git"
|
|
},
|
|
"keywords": [
|
|
"Leaflet",
|
|
"Contao",
|
|
"Libraries"
|
|
],
|
|
"author": "netzmacht David Molineus",
|
|
"license": "LGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/netzmacht/contao-leaflet-libaries/issues"
|
|
},
|
|
"homepage": "https://github.com/netzmacht/contao-leaflet-libaries#readme"
|
|
}
|