{
  "name": "verb",
  "description": "A project without documentation is like a project that doesn't exist. Verb solves this by making it dead simple to generate docs, using simple markdown templates, with zero configuration required.",
  "version": "0.2.14",
  "homepage": "https://github.com/assemble/verb",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/assemble/verb.git"
  },
  "bugs": {
    "url": "https://github.com/assemble/verb/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/assemble/verb/blob/master/LICENSE-MIT"
    }
  ],
  "main": "index.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "dependencies": {
    "change-case": "^2.1.1",
    "class-extend": "^0.1.1",
    "columnify": "^1.1.0",
    "cwd": "^0.3.3",
    "delims": "^0.1.4",
    "eventemitter2": "^0.4.13",
    "expander": "^0.3.3",
    "find": "^0.1.5",
    "frep": "^0.2.1",
    "fs-utils": "^0.4.3",
    "getobject": "^0.1.0",
    "gray-matter": "^0.4.2",
    "lodash": "^2.4.1",
    "marked-extras": "^0.2.4",
    "marked-toc": "^0.2.5",
    "minimatch": "^0.3.0",
    "moment": "^2.6.0",
    "namify": "^0.1.3",
    "parse-authors": "^0.1.1",
    "plasma": "^0.2.7",
    "relative": "^0.1.4",
    "remarked": "^0.1.4",
    "remote-origin-url": "^0.2.1",
    "repeat-string": "^0.1.2",
    "repo-licenses": "^0.1.0",
    "repo-templates": "^0.1.4",
    "resolve-dep": "^0.4.1",
    "scrawl": "0.0.5",
    "strip-banner": "^0.1.1",
    "template": "^0.1.8",
    "toml": "^2.0.6",
    "verb-contrib-templates": "^0.1.5",
    "verb-readme-badges": ">= 0.0.6",
    "verb-readme-includes": "^0.1.18",
    "verbalize": "^0.1.2"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "coffee-script": "^1.7.1",
    "mocha": "^1.20.0"
  },
  "keywords": [
    "assemble",
    "build",
    "code",
    "comment",
    "comments",
    "doc",
    "docs",
    "document",
    "documentation",
    "generator",
    "gh-pages",
    "markdown",
    "md",
    "project",
    "readme",
    "repo",
    "repository",
    "template",
    "verb"
  ]
}