UNPKG

maplibregl-spiderfier

Version:

Spiderify markers on maplibre-gl using marker overlays.

32 lines (31 loc) 799 B
{ "name": "maplibregl-spiderfier", "version": "1.0.11", "description": "Spiderify markers on maplibre-gl using marker overlays.", "main": "index.js", "style": "index.css", "directories": { "doc": "docs" }, "scripts": { "lint": "./node_modules/.bin/eslint index.js || true", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ohrie/maplibre-spiderfier.git" }, "keywords": [ "maplibregl", "spiderfy" ], "author": "ohrie", "license": "MIT", "bugs": { "url": "https://github.com/ohrie/maplibre-spiderfier/issues" }, "homepage": "https://github.com/ohrie/maplibre-spiderfier#readme", "devDependencies": { "eslint": "^4.19.1" } }