UNPKG

dmd

Version:

dmd (document with markdown) is a collection of handlebars templates for generating markdown documentation from jsdoc-parse input data. It is the default template set used by jsdoc-to-markdown.

57 lines (56 loc) 1.43 kB
{ "name": "dmd", "author": "Lloyd Brookes <75pound@gmail.com>", "version": "1.3.10", "description": "dmd (document with markdown) is a collection of handlebars templates for generating markdown documentation from jsdoc-parse input data. It is the default template set used by jsdoc-to-markdown.", "license": "MIT", "repository": "https://github.com/75lb/dmd.git", "main": "./lib/dmd.js", "bin": { "dmd": "bin/cli.js" }, "keywords": [ "documentation", "markdown" ], "engines": { "node": ">=0.10.0" }, "files": [ "bin", "helpers", "lib", "partials" ], "scripts": { "test": "tape test/*.js", "docs": "jsdoc2md -t jsdoc2md/README.hbs -p list -l js lib/*.js > README.md; echo" }, "dependencies": { "ansi-escape-sequences": "^2.2.2", "array-back": "^1.0.2", "command-line-args": "^2.1.6", "common-sequence": "^1.0.2", "ddata": "~0.1.23", "file-set": "^1.0.0", "handlebars-array": "^0.2.0", "handlebars-comparison": "^2.0.0", "handlebars-json": "^1.0.0", "handlebars-regexp": "^1.0.0", "handlebars-string": "^2.0.1", "object-tools": "^2", "reduce-unique": "^1.0.0", "reduce-without": "^1.0.0", "stream-handlebars": "~0.1.6", "string-tools": "^1" }, "devDependencies": { "dmd-plugin-example": "~0.1", "tape": "^4.5.0" }, "standard": { "ignore": [ "example" ] } }