ngx.leaflet.offline
Version:
A Leaflet library that downloads map tiles and uses them offline.
35 lines (34 loc) • 844 B
JSON
{
"name": "ngx.leaflet.offline",
"version": "1.1.2",
"description": "A Leaflet library that downloads map tiles and uses them offline.",
"main": "src/ngx.leaflet.offline.js",
"repository": {
"type": "git",
"url": "git+https://github.com/BETOXL/ngx.leaflet.offline.git"
},
"keywords": [
"leaflet",
"offline",
"map",
"download"
],
"author": "Alberto Robledo Sanchez",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/BETOXL/ngx.leaflet.offline/issues"
},
"homepage": "https://github.com/BETOXL/ngx.leaflet.offline#readme",
"dependencies": {
"leaflet": "^1.1.0"
},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"pump": "^1.0.2"
}
}