{
  "name": "geojson-validation",
  "version": "1.0.2",
  "description": "A GeoJSON Validation Library",
  "main": "index.js",
  "devDependencies": {
    "documentation": "^12.3.0",
    "mocha": "^7.1.1"
  },
  "scripts": {
    "test": "mocha -R spec",
    "build:docs": "documentation build -f md ./index.js > ./docs/index.md"
  },
  "bin": {
    "gjv": "./bin/gjv"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/mjbecze/GeoJSON-Validation.git"
  },
  "homepage": "https://gitlab.com/mjbecze/GeoJSON-Validation",
  "keywords": [
    "GeoJSON",
    "Validation",
    "Geo",
    "cli"
  ],
  "author": "mjbecze <mjbecze@gmail.com>",
  "license": "LGPL-3"
}
