{
  "name":        "panda-docs",
  "version":     "0.4.7",
  "author":      "Garen Torikian",
  "keywords":    ["documentation", "docs", "markdown"],
  "description": "A complete documentation generation tool for Markdown files",
  "licenses":     [{
    "type":       "MIT",
    "url":        "http://github.com/gjtorikian/panda-docs/raw/master/LICENSE"
  }],

  "repository" : {
    "type" : "git",
    "url" : "http://github.com/gjtorikian/panda-docs.git"
  },

  "dependencies": {
    "async": "",
    "wrench": "",
    "jade": "",
    "cheerio": "",

    "namp": "",
    "markdown_conrefs": "",
    "functional-docs" : "",

    "argparse"    : "0.1.10",
    "minimatch"   : "",
    "fs-tools"    : "",
    "underscore"  : ""
  },

  "main": "index.js"
}
