UNPKG

docco

Version:

The Quick and Dirty Literate Programming Documentation Generator

33 lines (32 loc) 655 B
{ "name": "docco", "description": "The Quick and Dirty Literate Programming Documentation Generator", "keywords": [ "documentation", "docs", "generator", "literate", "coffeescript" ], "author": "Jeremy Ashkenas", "version": "0.9.2", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jashkenas/docco.git" }, "engines": { "node": ">=0.2.0" }, "dependencies": { "commander": "~ 8.3.0", "marked": "~ 4.0.3", "fs-extra": "~ 10.0.0", "underscore": "~ 1.13.1", "highlight.js": "~ 11.3.1" }, "main": "./docco", "bin": { "docco": "bin/docco" } }