UNPKG

leaflet-plugins

Version:

Miscellaneous plugins for Leaflet library for services that need to display route information and need satellite imagery from different providers

31 lines (30 loc) 711 B
{ "author": "Pavel Shramov", "name": "leaflet-plugins", "version": "3.4.0", "description": "Miscellaneous plugins for Leaflet library for services that need to display route information and need satellite imagery from different providers", "license": "MIT", "repository": { "type": "git", "url": "git@github.com:shramov/leaflet-plugins.git" }, "scripts": { "test": "tap control/test/*.js && eslint --config .eslintrc control/* layer/*" }, "devDependencies": { "eslint": "6.6.0", "tap": "^6.3.2" }, "contributors": [ "Bruno Bergot <bruno@eliaz.fr>" ], "keywords": [ "leaflet", "plugins", "map", "bing", "yandex", "kml", "gpx" ] }