{
  "name": "doc-n-toc",
  "version": "0.0.4",
  "description": "Build a simple, slick, single page manual for your project with Markdown",
  "bin": {
    "doc-n-toc": "./bin/doc-n-toc"
  },
  "scripts": {
    "test": "./bin/doc-n-toc ./manual.md"
  },
  "keywords": [
    "TOC",
    "markdown",
    "gh-pages",
    "manual"
  ],
  "author": "Will Ballard",
  "license": "BSD-2-Clause",
  "dependencies": {
    "coffee-script": "~1.6.3",
    "docopt": "~0.4.0",
    "inliner": "git+https://github.com/wballard/inliner.git",
    "harp": "~0.9.3",
    "wrench": "~1.5.4"
  },
  "repository": "https://github.com/wballard/doc-n-toc.git"
}
