aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 5a1b26544394163c1099c20b5dcac446892e2f01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "vicmap-addresses2osm",
  "version": "1.0.0",
  "description": "Transform upstream VicMap Address data into OSM schema",
  "main": "index.js",
  "author": "Andrew Harvey <andrew@alantgeo.com.au>",
  "license": "MIT",
  "dependencies": {
    "capital-case": "^1.0.4",
    "ndjson": "^2.0.0",
    "readable-stream": "^3.6.0",
    "title-case": "^3.0.3"
  }
}