UNPKG

galadrielmap_sk

Version:

a server-based chartplotter navigation software for pleasure crafts, motorhomes, and off-road cars. It's can be used on tablets and smartphones without install any app. Only browser need.

45 lines (44 loc) 1.12 kB
{ "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" }