{
  "name": "ocad2geosjon-viewer-example",
  "version": "1.0.0",
  "description": "Create SVG from an OCAD file",
  "main": "index.js",
  "scripts": {
    "dev": "watchify index.js -o bundle.js &",
    "postdev": "http-server",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Per Liedman <per@liedman.net>",
  "license": "ISC",
  "dependencies": {
    "@turf/bbox": "^6.0.1",
    "@turf/meta": "^6.0.2",
    "blob-stream": "^0.1.3",
    "blob-to-buffer": "^1.2.8",
    "reproject": "^1.2.5"
  },
  "devDependencies": {
    "watchify": "^3.11.1"
  }
}
