mirror of
https://github.com/jlengrand/picasa.git
synced 2026-03-10 08:31:19 +00:00
30 lines
550 B
JSON
30 lines
550 B
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags": true,
|
|
"dictionaries": [
|
|
"jsdoc"
|
|
]
|
|
},
|
|
"source": {
|
|
"include": [
|
|
"package.json",
|
|
"README.md"
|
|
],
|
|
"includePattern": ".js$",
|
|
"excludePattern": "(node_modules/|docs)"
|
|
},
|
|
"plugins": [],
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": true,
|
|
"useLongnameInNav": false,
|
|
"showInheritedInNav": true
|
|
},
|
|
"opts": {
|
|
"destination": "./docs",
|
|
"encoding": "utf8",
|
|
"private": true,
|
|
"recurse": true,
|
|
"template": "./docs/template"
|
|
}
|
|
} |