31 lines
712 B
JSON
31 lines
712 B
JSON
{
|
|
"source": "./lib/src",
|
|
"destination": "./doc",
|
|
"plugins": [
|
|
{
|
|
"name": "esdoc-standard-plugin",
|
|
"option": {
|
|
"brand": {
|
|
"title": "node-influx"
|
|
},
|
|
"undocumentIdentifier": {"enable": false},
|
|
"manual": {
|
|
"files": [
|
|
"./examples/express_response_times/readme.md",
|
|
"./examples/times.md",
|
|
"./examples/browser-setup.md",
|
|
"./examples/testing.md",
|
|
"./CONTRIBUTING.md"
|
|
],
|
|
"changelog": ["./CHANGELOG.md"]
|
|
},
|
|
"test": {
|
|
"type": "mocha",
|
|
"source": "./lib/test/unit",
|
|
"includes": ["\\.test\\.js$"]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|