UNPKG

783 BJSONView Raw
1{
2 "name": "world-atlas",
3 "version": "2.0.2",
4 "description": "Pre-built TopoJSON from Natural Earth.",
5 "license": "ISC",
6 "keywords": [
7 "topojson",
8 "geojson",
9 "shapefile"
10 ],
11 "author": {
12 "name": "Mike Bostock",
13 "url": "https://bost.ocks.org/mike"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/topojson/world-atlas.git"
18 },
19 "files": [
20 "*-10m.json",
21 "*-50m.json",
22 "*-110m.json"
23 ],
24 "scripts": {
25 "prepublishOnly": "bash prepublish",
26 "postpublish": "git push && git push --tags"
27 },
28 "devDependencies": {
29 "d3-geo-projection": "^2.0.1",
30 "ndjson-cli": "^0.3.0",
31 "shapefile": "^0.6.1",
32 "topojson-client": "^3.0.0",
33 "topojson-server": "^3.0.0",
34 "topojson-simplify": "^3.0.0"
35 }
36}