n26
Version:
Un-official node.js module for interact with your N26 (previously Number26) account
23 lines (22 loc) • 426 B
JSON
{
"tags": {
"allowUnknownTags": false
},
"source": {
"include": "lib/",
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": ["plugins/markdown"],
"opts": {
"template": "node_modules/docdash",
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true
},
"templates": {
"cleverLinks": true,
"monospaceLinks": true
}
}