docsjs
Version:
HTML/Markdown-only documentation generator
35 lines (34 loc) • 749 B
JSON
{
"name": "docsjs",
"version": "1.2.7",
"description": "HTML/Markdown-only documentation generator",
"main": "src/docs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hailiax/DocsJS.git"
},
"directories": {
"doc": "examples",
"example": "examples"
},
"keywords": [
"docsjs",
"documentation-generator",
"easy-to-use",
"html",
"accessibility",
"customizable",
"markdown-to-html",
"markdown-parser",
"markdown-converter"
],
"author": "hailiax",
"license": "MIT",
"bugs": {
"url": "https://github.com/Hailiax/DocsJS/issues"
},
"homepage": "https://hailiax.io/docsjs/"
}