{
  "name": "jade-doc-html",
  "version": "0.15.0",
  "description": "Jade documentation output html",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js | faucet"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Aratramba/jade-doc-html.git"
  },
  "keywords": [
    "jade",
    "jade-doc",
    "docs",
    "documentation"
  ],
  "bin": "cli.js",
  "author": "Arjen Scherff-de Water",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Aratramba/jade-doc-html/issues"
  },
  "homepage": "https://github.com/Aratramba/jade-doc-html#readme",
  "dependencies": {
    "JSONStream": "^1.0.6",
    "is-empty-object": "^1.1.1",
    "marked": "^0.3.5",
    "meow": "^3.3.0",
    "mkdirp": "^0.5.1",
    "object-assign": "^4.0.1",
    "pretty": "^1.0.0",
    "traverse": "^0.6.6"
  },
  "devDependencies": {
    "faucet": "0.0.1",
    "tape": "^4.2.1"
  }
}
