forked from mapbox/mapbox-gl-leaflet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 788 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": "mapbox-gl-leaflet",
"version": "0.0.11",
"description": "binding from mapbox gl to the leaflet api",
"main": "leaflet-mapbox-gl.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "jshint leaflet-mapbox-gl.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mapbox/mapbox-gl-leaflet.git"
},
"keywords": [
"mapbox",
"gl",
"leaflet",
"leafletjs",
"maps"
],
"files": [],
"license": "ISC",
"bugs": {
"url": "https://github.com/mapbox/mapbox-gl-leaflet/issues"
},
"homepage": "https://github.com/mapbox/mapbox-gl-leaflet",
"devDependencies": {
"gh-release": "^3.5.0",
"jshint": "^2.10.1"
},
"peerDependencies": {
"leaflet": "^1.0.0",
"mapbox-gl": "*"
}
}