{
  "name": "mapnik-omnivore",
  "version": "8.1.0",
  "description": "Node module that returns metadata of spatial files.",
  "main": "index.js",
  "keywords": [
    "mapbox",
    "mapnik",
    "geodata"
  ],
  "dependencies": {
    "srs": "~1.2.0",
    "mapnik": "~3.5.14",
    "sphericalmercator": "~1.0.2",
    "gdal": "~0.9.3",
    "mapbox-file-sniff": "~0.5.2",
    "queue-async": "~1.2.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mapbox/mapnik-omnivore"
  },
  "engines": {
    "node": "0.10.x"
  },
  "devDependencies": {
    "coveralls": "~2.11.1",
    "istanbul": "~0.3.0",
    "jscs": "^1.10.0",
    "jshint": "^2.6.0",
    "mapnik-test-data": "https://mapbox-npm.s3.amazonaws.com/package/mapnik-test-data-2.0.5-c84800ed20a6a9bc2143dd11b1b2a3190b9ae698.tgz",
    "tape": "3.0.x"
  },
  "scripts": {
    "test": "jshint index.js test lib && jscs index.js test lib && tape test/*.js",
    "coverage": "istanbul cover tape test/*.test.js && coveralls < ./coverage/lcov.info"
  },
  "bin": {
    "digest": "bin/digest"
  },
  "jshintConfig": {
    "node": true,
    "globalstrict": false,
    "undef": true,
    "unused": true,
    "noarg": true
  },
  "jscsConfig": {
    "preset": "airbnb",
    "requireCamelCaseOrUpperCaseIdentifiers": null,
    "disallowMultipleVarDecl": true,
    "requireMultipleVarDecl": null
  },
  "author": "Carol B. Hansen"
}
