{
  "name": "ocad2geosjon-raster-tiles-example",
  "version": "1.0.0",
  "description": "Create raster tiles from an OCAD file",
  "main": "index.js",
  "scripts": {
    "start": "watchify index.js -o bundle.js &",
    "poststart": "http-server"
  },
  "author": "Per Liedman <per@liedman.net>",
  "license": "ISC",
  "dependencies": {
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "babelify": "^10.0.0",
    "blob-stream": "^0.1.3",
    "blob-to-buffer": "^1.2.8",
    "flatbush": "^3.3.0",
    "ol": "^4.6.5",
    "proj4": "^2.6.3"
  },
  "devDependencies": {
    "watchify": "^3.11.1"
  }
}
