soocrate-core
Version:
this is the core of soocrate application
35 lines (34 loc) • 1.01 kB
JSON
{
"source":"./lib/view",
"destination":"./docs",
"package": "./package.json",
"plugins": [
{"name": "esdoc-node"},
{"name": "esdoc-ecmascript-proposal-plugin", "option": {"all": true}},
{
"name": "esdoc-standard-plugin",
"options": {
"lint": {"enable": true},
"coverage": {"enable": false},
"accessor": {
"access": ["public", "protected"],
"autoPrivate": true
},
"undocumentIdentifier": {"enable": true},
"unexportedIdentifier": {"enable": false},
"typeInference": {"enable": true},
"brand": {
"title": "Jquery-CRATE2",
"description": "Core functions of CRATEV2",
"repository": "https://github.com/nhaouari/jquery-crate",
"site": "https://github.com/nhaouari/jquery-crate",
"author": "https://github.com/nhaouari/"
},
"manual": {
"index": "./README.md",
"globalIndex": true
}
}
}
]
}