luci/package.json
Jo-Philipp Wich 355a48866d documentation: change JS docs template
Use another template for the JS api documentation which provides a better
overview over the classes and methods.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-11-05 10:18:51 +01:00

9 lines
164 B
JSON

{
"scripts": {
"doc": "jsdoc -c jsdoc.conf.json -t node_modules/jaguarjs-jsdoc"
},
"devDependencies": {
"jsdoc": "^3.6.3",
"jaguarjs-jsdoc": "^1.1.0"
}
}