-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
37 lines (37 loc) · 890 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@maplibre/maplibre-gl-leaflet",
"version": "0.0.22",
"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"
},
"types": "leaflet-maplibre-gl.d.ts"
}