mapbox-gl-infobox
Version:
Mapbox GL JS Infobox
34 lines (33 loc) • 751 B
JSON
{
"name": "mapbox-gl-infobox",
"version": "1.0.9",
"description": "Mapbox GL JS Infobox",
"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/infobox-control.git"
},
"keywords": [
"mapbox",
"mapbox-gl-js",
"infobox"
],
"author": "Eliz Kilic",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/el/infobox-control/issues"
},
"homepage": "https://github.com/el/infobox-control#readme",
"dependencies": {
"mapbox-gl": "^1.13.0"
},
"devDependencies": {
"@types/mapbox-gl": "^0.49.0",
"typescript": "^3.1.3"
}
}