extension-cli
Version:
CLI tool for building browser extensions
32 lines (31 loc) • 526 B
JSON
{
"tags": {
"allowUnknownTags": true,
"dictionaries": [
"jsdoc"
]
},
"source": {
"include": [
"src"
],
"includePattern": ".js$",
"excludePattern": "(node_modules/)"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"default": {
"cleverLinks": true,
"monospaceLinks": false
}
},
"opts": {
"destination": "./public/documentation",
"encoding": "utf8",
"private": true,
"recurse": true,
"template": "templates/default"
}
}