{
  "name": "documentative",
  "version": "0.4.8",
  "description": "a tool for generating docs from markdown",
  "keywords": [
    "documentation-generator",
    "markdown",
    "navigation",
    "precompile"
  ],
  "main": "index.js",
  "scripts": {
    "test": "echo \"no test specified\"",
    "serve": "documentative-serve ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dragonwocky/documentative.git"
  },
  "author": "dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dragonwocky/documentative/issues"
  },
  "homepage": "https://dragonwocky.me/documentative/#",
  "dependencies": {
    "highlight.js": "^9.18.1",
    "klaw": "^3.0.0",
    "less": "^3.11.1",
    "marked": "^1.1.0",
    "mime-types": "^2.1.26",
    "minimist": "^1.2.5",
    "pug": "^2.0.4"
  },
  "devDependencies": {
    "prettier": "^2.0.2",
    "@prettier/plugin-pug": "^1.2.0"
  },
  "bin": {
    "documentative-build": "bin.js",
    "documentative-serve": "bin.js"
  },
  "files": [
    "bin.js",
    "styling-guide.md",
    "resources"
  ]
}
