builddocs
Version:
Build documentation files from commented source code
36 lines (35 loc) • 767 B
JSON
{
"name": "builddocs",
"version": "1.0.8",
"description": "Build documentation files from commented source code",
"main": "src/builddocs.js",
"repository": {
"type": "git",
"url": "git://github.com/marijnh/builddocs.git"
},
"keywords": [
"documentation",
"comment",
"getdocs"
],
"maintainers": [
{
"name": "Marijn Haverbeke",
"email": "marijn@haverbeke.berlin",
"web": "http://marijnhaverbeke.nl"
}
],
"license": "MIT",
"bin": {
"builddocs": "./bin/builddocs.js"
},
"bugs": {
"url": "https://github.com/marijnh/builddocs/issues"
},
"dependencies": {
"getdocs-ts": "^1.0.0",
"markdown-it": "^14.0.0",
"markdown-it-deflist": "^3.0.0",
"mold-template": "^2.0.0"
}
}