{
  "name": "@rwhogg/headerdoc",
  "version": "8.9.26.1",
  "description": "HeaderDoc is a multi-language documentation generator written by Apple",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rwhogg/headerdoc.git"
  },
  "scripts": {
    "install": "npm run-script configure",
    "update": "npm run-script configure",
    "configure": "node scripts/configure.js"
  },
  "keywords": [
    "headerdoc",
    "documentation"
  ],
  "author": "Apple Inc.",
  "license": "APSL-2.0",
  "bugs": {
    "url": "https://github.com/rwhogg/headerdoc/issues"
  },
  "homepage": "https://github.com/rwhogg/headerdoc#readme",
  "dependencies": {
    "spawn-sync": "^1.0.14",
    "which": "^1.2.0"
  }
}
