UNPKG

mapboxgl-spiderifier

Version:

Spiderify markers on mapbox-gl using marker overlays.

32 lines (31 loc) 772 B
{ "name": "mapboxgl-spiderifier", "version": "1.0.10", "description": "Spiderify markers on mapbox-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/mimio/mapboxgl-spiderifier.git" }, "keywords": [ "mapboxgl", "spiderfy" ], "author": "bewithjonam", "license": "MIT", "bugs": { "url": "https://github.com/mimio/mapboxgl-spiderifier/issues" }, "homepage": "https://github.com/mimio/mapboxgl-spiderifier#readme", "devDependencies": { "eslint": "^4.19.1" } }