You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "leaflet-sidebar-v2",
|
|
"version": "3.2.3",
|
|
"description": "A responsive sidebar just for Leaflet",
|
|
"keywords": [
|
|
"gis",
|
|
"leaflet",
|
|
"control",
|
|
"map"
|
|
],
|
|
"main": "js/leaflet-sidebar.js",
|
|
"style": "css/leaflet-sidebar.css",
|
|
"homepage": "https://github.com/nickpeihl/leaflet-sidebar-v2",
|
|
"bugs": "https://github.com/nickpeihl/leaflet-sidebar-v2/issues",
|
|
"license": "MIT",
|
|
"author": "Norwin Roosen <bugs@nroo.de>",
|
|
"contributors": [
|
|
"Tobias Bieniek <tobias.bieniek@gmx.de>",
|
|
"Nick Peihl <nickpeihl@gmail.com>"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nickpeihl/leaflet-sidebar-v2.git"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^4.0.0",
|
|
"gulp-clean-css": "^4.0.0",
|
|
"gulp-csslint": "^1.0.1",
|
|
"gulp-jshint": "^2.1.0",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-sass": "^4.0.2",
|
|
"gulp-uglify": "^3.0.1",
|
|
"gulp-zip": "^5.0.0",
|
|
"jshint": "^2.9.6"
|
|
},
|
|
"scripts": {
|
|
"test": "gulp lint",
|
|
"lint": "gulp lint",
|
|
"minify": "gulp minify",
|
|
"zip": "gulp zip",
|
|
"watch": "gulp watch"
|
|
},
|
|
"types": "index.d.ts"
|
|
}
|