{
  "name": "@d3ts/us-atlas",
  "version": "1.0.0",
  "description": "Pre-built TopoJSON from the U.S. Census Bureau, including Insular Areas.",
  "license": "ISC",
  "keywords": [
    "topojson",
    "geojson",
    "shapefile"
  ],
  "author": {
    "name": "Brendan Ratter",
    "url": "https://github.com/bratter"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bratter/us-atlas.git"
  },
  "files": [
    "*-10m.json"
  ],
  "scripts": {
    "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"
  },
  "dependencies": {
    "@d3ts/us-map": "^0.2.0"
  }
}
