forked from Chat-Wane/jquery-crate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathesdoc.json
34 lines (34 loc) · 1006 Bytes
/
esdoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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
}
}
}
]
}