javascript-opentimestamps
Version:
JS Porting of OpenTimestamps
18 lines (17 loc) • 415 B
JSON
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"source": {
"include": [ "./" ],
"exclude": [ "node_modules", "examples", "out", "test" ],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [],
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
}