mapbox-gl-leaflet
Version:
binding from mapbox gl to the leaflet api
34 lines (33 loc) • 743 B
JSON
{
"name": "mapbox-gl-leaflet",
"version": "0.0.3",
"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": "git://github.com/mapbox/mapbox-gl-leaflet.git"
},
"keywords": [
"mapbox",
"gl",
"leaflet",
"leafletjs",
"maps"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mapbox/mapbox-gl-leaflet/issues"
},
"homepage": "https://github.com/mapbox/mapbox-gl-leaflet",
"devDependencies": {
"gh-release": "^2.2.1",
"jshint": "~2.5.5"
}
}