mapeo-offline-map
Version:
Fallback offline map data and styles for Mapeo
34 lines (33 loc) • 845 B
JSON
{
"name": "mapeo-offline-map",
"version": "3.0.0",
"description": "Fallback offline map data and styles for Mapeo",
"main": "dist/style.json",
"scripts": {
"start": "budo --dir preview/ preview/index.js --live --open",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "make clean && make all",
"prepack": "npm run build"
},
"keywords": [
"mapeo"
],
"author": "Digital Democracy",
"license": "MIT",
"devDependencies": {
"@turf/helpers": "^6.1.4",
"budo": "^11.6.4"
},
"files": [
"dist"
],
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/digidem/mapeo-offline-map.git"
},
"bugs": {
"url": "https://github.com/digidem/mapeo-offline-map/issues"
},
"homepage": "https://github.com/digidem/mapeo-offline-map#readme"
}