1919fa41b6
-- * package.json: - the old webpack-cli version depended on two packages with vulnerabilities, set to minimum version 3.0.8 to fix this (nodesecurity.io/advisories/157, nodesecurity.io/advisories/612) - added License identifier * README: Updated documentation * jsdoc.conf: Added a configuration file for jsdoc * some minor documentation changes, indentations
24 lines
515 B
Plaintext
24 lines
515 B
Plaintext
{
|
|
"tags": {
|
|
"allowUnknownTags": false,
|
|
"dictionaries": ["jsdoc"]
|
|
},
|
|
"source": {
|
|
"include": ["./src"],
|
|
"includePattern": ".+\\.js(doc|x)?$",
|
|
"excludePattern": "(^|\\/|\\\\)_"
|
|
},
|
|
"opts":{
|
|
"destination": "./doc/",
|
|
"recurse": true
|
|
},
|
|
"sourceType": "module",
|
|
"plugins": [],
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": false,
|
|
"default": {
|
|
"outputSourceFiles": true
|
|
}
|
|
}
|
|
} |