aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: afb7e9cd6572499c437aed6998464ab20257b1cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "timezone-boundary-builder",
  "version": "1.0.0",
  "description": "Scripts to create a timezone shapefile from multiple sources",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "timezone",
    "shapefile"
  ],
  "author": "Evan Siroky",
  "license": "MIT",
  "dependencies": {
    "async": "^2.1.2",
    "jsts": "^1.2.1",
    "query-overpass": "^1.1.0",
    "rimraf": "^2.5.4",
    "shpjs": "^3.3.2",
    "turf-multipolygon": "^1.0.1",
    "turf-polygon": "^1.0.3"
  }
}