{
  "name": "@mapbox/geojsonhint",
  "description": "validate and sanity-check geojson files",
  "version": "3.3.0",
  "author": "Tom MacWright",
  "bin": {
    "geojsonhint": "./bin/geojsonhint"
  },
  "bugs": {
    "url": "https://github.com/mapbox/geojsonhint/issues"
  },
  "files": [
    "geojsonhint.js",
    "bin",
    "lib"
  ],
  "dependencies": {
    "@gerhobbelt/nomnom": "github:gerhobbelt/nomnom",
    "concat-stream": "^1.6.1",
    "jsonlint-lines": "^1.7.1",
    "minimist": "^1.2.8",
    "vfile": "^4.0.0",
    "vfile-reporter": "^5.1.1"
  },
  "devDependencies": {
    "benchmark": "^2.1.0",
    "browserify": "^16.1.1",
    "eslint": "^5.15.3",
    "fuzzer": "~0.2.0",
    "glob": "^7.1.2",
    "tap": "^18"
  },
  "directories": {
    "test": "test"
  },
  "keywords": [
    "geojson",
    "hint"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/mapbox/geojsonhint.git"
  },
  "scripts": {
    "test": "eslint . && tap test/*.js --coverage-report=text",
    "prepublish": "browserify . --standalone geojsonhint > geojsonhint.js"
  },
  "overrides": {
    "underscore": "^1.13.0"
  }
}
