protobufjs
Version:
Protocol Buffers for JavaScript.
53 lines • 1.43 kB
JSON
{
"tags": {
"allowUnknownTags": false
},
"source": {
"include": [
"./src/"
],
"exclude": [],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [
"./node_modules/jsdoc/plugins/markdown"
],
"templates": {
"cleverLinks" : false,
"monospaceLinks": false,
"default" : {
"outputSourceFiles" : false
},
"applicationName": "protobuf.js",
"disqus": "",
"googleAnalytics": "",
"openGraph": {
"title": "",
"type": "website",
"image": "",
"site_name": "",
"url": ""
},
"meta": {
"title": "",
"description": "",
"keyword": ""
},
"linenums" : true
},
"markdown" : {
"parser" : "gfm",
"hardwrap" : true
},
"opts": {
"encoding" : "utf8",
"recurse" : true,
"private" : false,
"lenient" : false,
"destination" : "./docs",
"template" : "./node_modules/jaguarjs-jsdoc",
"sourceRoot" : "https://github.com/dcodeIO/protobuf.js/blob/master/src/",
"repo" : "https://github.com/dcodeIO/protobuf.js"
}
}