mirror of
https://github.com/netzmacht/contao-leaflet-libraries.git
synced 2025-11-28 11:04:07 +01:00
22 lines
483 B
JSON
22 lines
483 B
JSON
{
|
|
"name": "leaflet-layer-overpass",
|
|
"version": "1.0.1",
|
|
"main": "gulpfile.js",
|
|
"devDependencies": {
|
|
"gulp-concat": "^2.5.0",
|
|
"gulp-rename": "^1.2.0",
|
|
"gulp": "^3.8.11",
|
|
"gulp-uglify": "^1.1.0"
|
|
},
|
|
"dependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kartenkarsten/leaflet-layer-overpass/"
|
|
},
|
|
"author": "Karsten Hinz",
|
|
"license": "MIT"
|
|
}
|