{
  "name": "adocco",
  "description": "The Quick and Dirty Literate Programming Documentation Generator",
  "keywords": [
    "documentation",
    "docs",
    "generator",
    "literate",
    "coffeescript"
  ],
  "author": "Jeremy Ashkenas, atott",
  "version": "0.6.4",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://opensource.org/licenses/mit-license.php"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/atott/docco.git"
  },
  "engines": {
    "node": ">=0.2.0"
  },
  "dependencies": {
    "commander": ">= 0.5.2",
    "fs-extra": ">= 0.6.0",
    "glob": "^4.0.6",
    "highlight.js": ">= 8.0.x",
    "marked": ">= 0.2.7",
    "mkdirp": "^0.5.0",
    "underscore": ">= 1.0.0"
  },
  "main": "./docco",
  "bin": {
    "adocco": "./bin/docco"
  }
}
