aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: ebf803b068510b330fa4b5ae8f07d1f5a57f9379 (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
25
26
27
{
  "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"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/evansiroky/timezone-boundary-builder.git"
  },
  "author": "Evan Siroky",
  "license": "MIT",
  "dependencies": {
    "@turf/helpers": "^3.10.3",
    "async": "^2.1.5",
    "jsts": "^1.3.0",
    "query-overpass": "^1.1.3",
    "rimraf": "^2.6.1",
    "shpjs": "^3.3.2"
  }
}