mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-29 04:50:10 +00:00
* docs: fix links from TOC to Headings * docs: Styling Just a little modernisation of the appearance of the documentation * Update src/bin/doc/package.json Co-authored-by: Richard Hansen <rhansen@rhansen.org> Co-authored-by: Richard Hansen <rhansen@rhansen.org>
15 lines
363 B
JSON
15 lines
363 B
JSON
{
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
"name": "node-doc-generator",
|
|
"description": "Internal tool for generating Node.js API docs",
|
|
"version": "0.0.0",
|
|
"engines": {
|
|
"node": ">=10.17.0"
|
|
},
|
|
"dependencies": {
|
|
"marked": "^2.0.0"
|
|
},
|
|
"devDependencies": {},
|
|
"optionalDependencies": {},
|
|
"bin": "./generate.js"
|
|
}
|