@maplibre/maplibre-gl-leaflet
Version:
Supports adding Maplibre GL Web to a Leaflet Map as a layer
38 lines (37 loc) • 900 B
JSON
{
"name": "@maplibre/maplibre-gl-leaflet",
"version": "0.1.1",
"description": "Supports adding Maplibre GL Web to a Leaflet Map as a layer",
"main": "leaflet-maplibre-gl.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "jshint leaflet-maplibre-gl.js"
},
"repository": {
"type": "git",
"url": "https://github.com/maplibre/maplibre-gl-leaflet.git"
},
"keywords": [
"maplibre",
"gl",
"leaflet",
"leafletjs",
"maps"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/maplibre/maplibre-gl-leaflet/issues"
},
"homepage": "https://github.com/maplibre/maplibre-gl-leaflet",
"devDependencies": {
"jshint": "^2.10.1"
},
"peerDependencies": {
"@types/leaflet": "^1.9.0",
"leaflet": "^1.9.3",
"maplibre-gl": "^2.4.0 || ^3.3.1 || ^4.3.2 || ^5.0.0"
},
"types": "leaflet-maplibre-gl.d.ts"
}