{
  "context": {
    "name": "Brian Woodward",
    "description": "Markdown documentation generator. Build docs from markdown, Lo-Dash templates, includes, and YAML front matter.",
    "version": "0.1.0",
    "homepage": "https://github.com/assemble/verb",
    "author": {
      "name": "Jon Schlinkert",
      "url": "https://github.com/jonschlinkert"
    },
    "authors": [
      {
        "name": "Jon Schlinkert",
        "email": "",
        "url": "https://github.com/jonschlinkert"
      },
      {
        "name": "Brian Woodward",
        "email": "",
        "url": "https://github.com/doowb"
      }
    ],
    "licenses": [
      {
        "type": "MIT",
        "url": "https://github.com/assemble/verb/blob/master/LICENSE-MIT"
      }
    ],
    "repository": {
      "type": "git",
      "url": "https://github.com/assemble/verb.git"
    },
    "bugs": {
      "url": "https://github.com/assemble/verb/issues"
    },
    "main": "index.js",
    "dependencies": {
      "chalk": "~0.4.0",
      "commander": "~2.1.0",
      "config-file": "~0.1.3",
      "cwd": "~0.2.2",
      "delims": "~0.1.2",
      "findup-sync": "~0.1.2",
      "frep": "~0.1.3",
      "fs-utils": "~0.3.6",
      "globule": "~0.2.0",
      "gray-matter": "~0.2.3",
      "lodash": "~2.4.1",
      "marked": "~0.3.1",
      "marked-extras": "~0.2.0",
      "marked-toc": "~0.2.1",
      "minimatch": "~0.2.14",
      "readme-badges": "~0.1.2",
      "readme-boilerplates": "~0.1.2",
      "readme-contrib": "~0.1.2",
      "readme-templates": "~0.1.2",
      "relative": "~0.1.0",
      "remote-origin-url": "~0.2.1",
      "scrawl": "0.0.5",
      "strip-banner": "~0.1.1",
      "template": "~0.1.3"
    },
    "devDependencies": {
      "chai": "~1.9.0",
      "mocha": "~1.17.1"
    },
    "keywords": ["docs", "documentation", "docs generator", "generator", "doc"],
    "foo": "foo",
    "bar": "bar",
    "baz": "baz",
    "data": [
      "test/fixtures/**/foo.json",
      "test/fixtures/data/{a,b}*.json"
    ]
  },
  "content": "Brian Woodward",
  "original": "{%= name %}"
}