mapbox-gl-style-switcher
Version:
Mapbox GL JS Style Switcher
35 lines (34 loc) • 796 B
JSON
{
"name": "mapbox-gl-style-switcher",
"version": "1.0.11",
"description": "Mapbox GL JS Style 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/el/style-switcher.git"
},
"keywords": [
"mapbox",
"mapbox-gl-js",
"style-switcher"
],
"author": "Eliz Kilic",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/el/style-switcher/issues"
},
"homepage": "https://github.com/el/style-switcher#readme",
"dependencies": {
"mapbox-gl": "^1.11.1"
},
"devDependencies": {
"@types/mapbox-gl": "^1.9.0",
"typescript": "^3.1.3",
"minimist": ">=0.2.1"
}
}