us-atlas
Version:
Pre-built TopoJSON from the U.S. Census Bureau.
36 lines (35 loc) • 773 B
JSON
{
"name": "us-atlas",
"version": "3.0.1",
"description": "Pre-built TopoJSON from the U.S. Census Bureau.",
"license": "ISC",
"keywords": [
"topojson",
"geojson",
"shapefile"
],
"author": {
"name": "Mike Bostock",
"url": "https://bost.ocks.org/mike"
},
"repository": {
"type": "git",
"url": "https://github.com/topojson/us-atlas.git"
},
"files": [
"*-10m.json"
],
"scripts": {
"prepublishOnly": "bash prepublish",
"postpublish": "git push && git push --tags"
},
"devDependencies": {
"d3-dsv": "^1.0.3",
"d3-geo-projection": "^2.0.0",
"ndjson-cli": "^0.3.0",
"shapefile": "^0.6.1",
"topojson-client": "^3.0.0",
"topojson-server": "^3.0.0",
"topojson-simplify": "^3.0.0"
}
}