doxme
Version:
create markdown docs for dox output
37 lines (36 loc) • 725 B
JSON
{
"name": "doxme",
"version": "1.8.2",
"description": "create markdown docs for dox output",
"main": "index.js",
"bin": {
"doxme": "doxme"
},
"scripts": {
"doc": "dox -r < index.js | doxme --readme > README.md",
"test": "node test.js"
},
"keywords": [
"dox",
"jsdoc",
"markdown",
"documentation"
],
"author": "Tom MacWright",
"license": "ISC",
"dependencies": {
"concat-stream": "^1.4.7",
"markdown-table": "^0.3.1",
"minimist": "^1.1.0",
"repo-path-parse": "^1.0.1",
"striptags": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:tmcw/doxme.git"
},
"devDependencies": {
"dox": "^0.6.1",
"tape": "^3.4.0"
}
}