18 lines
322 B
JSON
18 lines
322 B
JSON
|
{
|
||
|
"source": "./src",
|
||
|
"destination": "./doc-output",
|
||
|
"test": {
|
||
|
"type": "mocha",
|
||
|
"source": "./test",
|
||
|
"includes": ["\\.test\\.js$"]
|
||
|
},
|
||
|
"plugins": [
|
||
|
{ "name": "./doc/gen/index.js" }
|
||
|
],
|
||
|
"undocumentIdentifier": false,
|
||
|
"title": "sylvester",
|
||
|
"manual": {
|
||
|
"changelog": ["./CHANGELOG.md"]
|
||
|
}
|
||
|
}
|