{
  "name": "pug-doc",
  "version": "2.23.1",
  "description": "Pug (Jade) documentation generator.",
  "main": "index.js",
  "scripts": {
    "test": "tape 'test/?(test|arguments).js' | faucet"
  },
  "author": "Arjen Scherff-de Water",
  "repository": {
    "type": "git",
    "url": "https://github.com/Aratramba/pug-doc.git"
  },
  "keywords": [
    "documentation",
    "docs",
    "jade",
    "jade-doc",
    "pug",
    "pug-doc"
  ],
  "bin": "cli.js",
  "bugs": {
    "url": "https://github.com/Aratramba/pug-doc/issues"
  },
  "homepage": "https://github.com/Aratramba/pug-doc",
  "license": "ISC",
  "dependencies": {
    "JSONStream": "^1.3.5",
    "clean-whitespace": "^0.1.2",
    "detect-indent": "^6.0.0",
    "doctrine": "^3.0.0",
    "indented-code-block": "^1.1.1",
    "js-yaml": "^4.0.0",
    "meow": "^9.0.0",
    "mkdirp": "^1.0.4",
    "object-assign": "^4.1.1",
    "pug": "^3.0.2",
    "pug-code-block": "^3.6.1",
    "pug-runtime": "^3.0.0",
    "rebase-indent": "^1.6.1",
    "text-file-register": "^0.2.1",
    "through2": "^4.0.2"
  },
  "devDependencies": {
    "faucet": "^0.0.1",
    "tape": "^5.1.1",
    "tape-spawn": "^1.4.2"
  }
}
