graph-crdt
Version:
A Delta State Graph CRDT variant
19 lines (18 loc) • 378 B
JSON
{
"source": {
"include": ["src/"],
"exclude": ["node_modules/"],
"includePattern": ".*\\.js$",
"excludePattern": "(node_modules|docs)$"
},
"templates": {
"cleverLinks": true
},
"opts": {
"template": "./node_modules/postman-jsdoc-theme",
"recurse": true,
"private": false,
"destination": "./docs/",
"readme": "./README.md"
}
}