{
  "name": "respec-validator",
  "version": "1.5.8",
  "description": "Validates ReSpec documents in various ways.",
  "main": "cli.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "w3c",
    "respec",
    "standards",
    "validator"
  ],
  "author": "Marcos Cáceres",
  "license": "CC0-1.0",
  "bin": {
    "respec-validate": "cli.js",
    "respec-validator": "cli.js"
  },
  "dependencies": {
    "command-line-args": "^5.1.1",
    "command-line-usage": "^6.1.1",
    "link-checker": "^1.4.2",
    "respec": "latest",
    "serve": "^11.3.2",
    "vnu-jar": "^21.4.9"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marcoscaceres/respec-validator.git"
  },
  "bugs": {
    "url": "https://github.com/marcoscaceres/respec-validator/issues"
  },
  "homepage": "https://github.com/marcoscaceres/respec-validator#readme"
}
