{
  "name": "gdal-enhanced",
  "version": "0.9.13",
  "description": "Bindings to GDAL (Geospatial Data Abstraction Library) with non-default drivers",
  "license": "Apache-2.0",
  "url": "http://github.com/nbuchanan/node-gdal",
  "keywords": [
    "gdal",
    "libgdal",
    "gis",
    "geo",
    "geos",
    "geography",
    "geospatial",
    "raster",
    "vector",
    "gtiff",
    "geojson",
    "mapping"
  ],
  "main": "./lib/gdal.js",
  "binary": {
    "module_name": "gdal_enhanced",
    "module_path": "./lib/binding/{node_abi}-{platform}-{arch}",
    "host": "https://asaspades-builds.s3.amazonaws.com",
    "remote_path": "./{name}/v{version}/{toolset}/",
    "package_name": "{node_abi}-{platform}-{arch}.tar.gz"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nbuchanan/node-gdal.git"
  },
  "author": {
    "name": "Brandon Reavis",
    "url": "https://github.com/brandonreavis",
    "email": "brandon@naturalatlas.com"
  },
  "scripts": {
    "test": "mocha test -R tap --timeout 600000 --no-colors -gc --require ./test/_common.js",
    "test-syntax": "eslint lib test --fix",
    "test-junit-output": "mocha test -R tap --timeout 600000 --no-colors -gc --require ./test/_common.js --reporter mocha-junit-reporter",
    "prepublishOnly": "npm ls",
    "install": "node-pre-gyp install --fallback-to-build",
    "yuidoc": "yuidoc --extension .js,.cpp,.hpp",
    "publish-yuidoc": "npm run yuidoc && node ./scripts/publish-docs.js",
    "package": "npm run copy-pkg-deps -s && pkg . --targets node4 --out-dir packaged",
    "copy-pkg-deps": "copyfiles -f lib/binding/node-*/* packaged"
  },
  "dependencies": {
    "loglevel": "1.5.0",
    "nan": "2.6.2",
    "node-pre-gyp": "0.6.37",
    "yargs": "8.0.2"
  },
  "bundledDependencies": [
    "node-pre-gyp"
  ],
  "devDependencies": {
    "aws-sdk": "2.0.25",
    "chai": "4.1.1",
    "copyfiles": "1.2.0",
    "gh-pages": "~0.2.0",
    "mocha": "3.5.0",
    "mocha-junit-reporter": "1.13.0",
    "pkg": "4.2.3",
    "yuidoc-lucid-theme": "0.1.1",
    "yuidocjs": "0.3.50"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "engine-strict": true,
  "pkg": {
    "scripts": "",
    "assets": "deps/libgdal/gdal/data/*"
  }
}
