14 строки
277 B
JSON
14 строки
277 B
JSON
|
{
|
||
|
"source": {
|
||
|
"include": ["./package.json", "./di.js", "lib"],
|
||
|
"exclude": [ "./lib/completion.js" ],
|
||
|
"includePattern": ".+\\.js(doc)?$"
|
||
|
},
|
||
|
"opts": {
|
||
|
"recurse": true,
|
||
|
"destination": "../deployr-cli-doc/"
|
||
|
},
|
||
|
"plugins": [
|
||
|
"plugins/markdown"
|
||
|
]
|
||
|
}
|