{
  "name": "@geotiff/gio",
  "version": "0.0.42",
  "description": "process geotiffs",
  "main": "build/gio.js",
  "scripts": {
    "babel": "babel --presets es2015 index.js -o build/gio.bundle.js",
    "build": "webpack",
    "test": "./node_modules/.bin/mocha --reporter spec",
    "jsdoc": "jsdoc packages -r -d docs",
    "start": "node test-app.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GeoTIFF/geotiff-io.git"
  },
  "keywords": [
    "geotiff",
    "geotiff.io",
    "geotiff-io",
    "gis",
    "maps",
    "raster",
    "rasters",
    "geoprocessing",
    "pixels",
    "tiff"
  ],
  "author": "Daniel Dufour and Steve Peyton",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GeoTIFF/geotiff-io/issues"
  },
  "homepage": "https://github.com/GeoTIFF/geotiff-io#readme",
  "dependencies": {
    "@turf/combine": "^4.7.3",
    "@turf/turf": "^4.7.3",
    "@turf/union": "^4.7.3",
    "babel-loader": "^7.1.1",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-env": "^1.6.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "chai": "^4.1.0",
    "express": "^4.15.4",
    "fs": "0.0.1-security",
    "georaster": "0.0.7",
    "geotiff": "^0.4.1",
    "leaflet": "^1.1.0",
    "mocha": "^3.5.0",
    "node-fetch": "^1.7.1",
    "path": "^0.12.7",
    "proj4": "^2.4.3",
    "request": "^2.81.0",
    "turf": "^3.0.14",
    "underscore": "^1.8.3",
    "webpack": "^3.5.4"
  },
  "devDependencies": {
    "jsdoc": "^3.5.5",
    "memory-fs": "^0.4.1",
    "request": "^2.81.0"
  }
}
