{
  "name": "jade-doc",
  "version": "1.10.0",
  "description": "Jade documentation generator.",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js | faucet"
  },
  "author": "Arjen Scherff-de Water",
  "repository": {
    "type": "git",
    "url": "https://github.com/Aratramba/jade-doc.git"
  },
  "keywords": [
    "documentation",
    "docs",
    "jade",
    "jade-doc"
  ],
  "bin": "cli.js",
  "bugs": {
    "url": "https://github.com/Aratramba/jade-doc/issues"
  },
  "homepage": "https://github.com/Aratramba/jade-doc",
  "license": "ISC",
  "dependencies": {
    "JSONStream": "^1.0.6",
    "doctrine": "^0.7.1",
    "jade": "^1.11.0",
    "jade-code-block": "^0.1.6",
    "jade-runtime": "^1.1.0",
    "js-yaml": "^3.3.0",
    "meow": "^3.3.0",
    "mkdirp": "^0.5.1",
    "object-assign": "^2.0.0",
    "pug": "^0.1.0",
    "pug-runtime": "^2.0.0",
    "text-file-register": "^0.1.0",
    "through2": "^2.0.0"
  },
  "devDependencies": {
    "faucet": "0.0.1",
    "tape": "^4.2.0"
  }
}
