iamqp
Version:
RabbitMQ wrapper for NodeJS with several produce(reply)/consume scenarios
31 lines • 613 B
JSON
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"source": {
"include": [
"package.json",
"README.md",
"./src/main/"
],
"includePattern": ".js$"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"useLongnameInNav": false,
"showInheritedInNav": true
},
"opts": {
"destination": "./artifacts/jsdocs/",
"encoding": "utf8",
"private": false,
"protected": false,
"recurse": true,
"template": "./node_modules/minami"
}
}