cordova-plugin-barcodescanner
Version:
Cordova Barcode Scanner Plugin
32 lines (31 loc) • 530 B
JSON
{
"tags": {
"allowUnknownTags": true,
"dictionaries": [
"jsdoc",
"closure"
]
},
"source": {
"include": "www",
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"opts": {
"encoding": "utf8",
"destination": "./dist/doc/",
"recurse": true
},
"plugins": [
"plugins/markdown",
"plugins/summarize"
],
"markdown": {
"parser": "gfm",
"hardwrap": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
}