UNPKG
pagehtml
Version:
latest (0.0.1)
0.0.1
A tool to grab and process a website's html.
github.com/jglauber/htmlScraper
jglauber/htmlScraper
pagehtml
/
config
/
jsdoc_conf.json
11 lines
•
228 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"source"
: {
"include"
: [
"./src"
,
"./utils"
],
"exclude"
: [],
"includePattern"
:
".+
\\
.js(doc|x)?$"
,
"excludePattern"
:
"(^|
\\
/|
\\
\\
)_"
},
"plugins"
: [
"plugins/markdown"
] }