UNPKG

world-atlas

Version:

Pre-built TopoJSON from Natural Earth.

33 lines (32 loc) 1.16 kB
{ "name": "world-atlas", "version": "1.1.4", "description": "Pre-built TopoJSON from Natural Earth.", "license": "BSD-3-Clause", "keywords": [ "topojson", "geojson", "shapefile" ], "author": { "name": "Mike Bostock", "url": "https://bost.ocks.org/mike" }, "repository": { "type": "git", "url": "https://github.com/topojson/world-atlas.git" }, "scripts": { "prepublish": "bash prepublish", "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp -v ../world-atlas/world/110m.json world-110m.v1.json && cp -v ../world-atlas/world/110m.tsv world-110m.v1.tsv && cp -v ../world-atlas/world/50m.json world-50m.v1.json && cp -v ../world-atlas/world/50m.tsv world-50m.v1.tsv && git add world-110m.v1.json world-110m.v1.tsv world-50m.v1.json world-50m.v1.tsv && git commit -m \"world-atlas ${npm_package_version}\" && git push && cd -" }, "devDependencies": { "d3-dsv": "^1.0.3", "d3-geo-projection": "^2.0.1", "ndjson-cli": "^0.3.0", "shapefile": "^0.6.1", "topojson-server": "^3.0.0", "topojson-client": "^3.0.0", "topojson-simplify": "^3.0.0" } }