UNPKG

mapbox-layer-switcher

Version:
35 lines (34 loc) 854 B
{ "name": "mapbox-layer-switcher", "version": "0.0.6", "description": "Mapbox GL Layer Switcher", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/munna/mapbox-layer-switcher.git" }, "keywords": [ "mapbox", "mapbox-gl-js", "style-switcher" ], "author": "Munna Bhakta", "license": "GPL-3.0", "bugs": { "url": "https://github.com/munna/mapbox-layer-switcher/issues" }, "homepage": "https://github.com/munna/mapbox-layer-switcher#readme", "dependencies": { "mapbox-gl": "^1.9.0" }, "devDependencies": { "@types/mapbox-gl": "^1.9.0", "typescript": "^3.1.3", "minimist": ">=0.2.1" } }