node-query/config.json

11 lines
190 B
JSON
Raw Normal View History

2014-10-20 16:56:45 -04:00
{
"source": {
"include": ["lib", "lib/drivers"],
"includePattern": ".+\\.js(doc)?$"
},
"opts" : {
"template": "templates/default",
"destination": "./docs/",
"lenient": true
}
}