Permalink
Cannot retrieve contributors at this time
{ | |
"tags": { | |
"allowUnknownTags": true, | |
"dictionaries": ["jsdoc"] | |
}, | |
"source": { | |
"include": ["lib", "package.json", "README.md"], | |
"includePattern": ".js$", | |
"excludePattern": "(node_modules/|docs)" | |
}, | |
"plugins": [ | |
"plugins/markdown" | |
], | |
"templates": { | |
"referenceTitle": "Agenda" | |
}, | |
"opts": { | |
"destination": "./docs/", | |
"encoding": "utf8", | |
"recurse": true, | |
"template": "./node_modules/jsdoc-template" | |
} | |
} |