{
  "name": "readme-docs",
  "description": "Generate a sexy docs page with Node, Connect or Express, Twitter Bootstrap, and your Github repo's Readme.md file.",
  "version": "0.1.1",
  "author": "Nick Baugh <niftylettuce@gmail.com>",
  "contributors": [
    {
      "name": "Nick Baugh",
      "email": "niftylettuce@gmail.com"
    },
    {
      "name": "Justin Dorfman",
      "email": "justindorfman@gmail.com"
    }
  ],
  "keywords": [
    "readme",
    "docs",
    "generator",
    "api",
    "express",
    "connect",
    "twitter",
    "bootstrap",
    "github"
  ],
  "homepage": "https://github.com/getprove/node-bootstrap-readme-docs",
  "repository": {
    "type": "git",
    "url": "https://github.com/getprove/node-bootstrap-readme-docs.git"
  },
  "dependencies": {
    "marked": "~0.2.8",
    "cheerio": "~0.10.8",
    "moment": "~2.0.0",
    "github": "~0.1.8",
    "connect": "*",
    "jade": "~0.28.2",
    "commander": "~1.1.1",
    "async": "~0.2.7",
    "fs-extra": "~0.6.0",
    "express": "~3.2.1"
  },
  "engines": {
    "node": "0.8.x",
    "npm": "1.1.x"
  },
  "main": "index",
  "bin": {
    "readme-docs": "./bin/readme-docs"
  }
}
