UNPKG
ftpd.js
Version:
latest (0.6.1)
0.6.1
0.6.0
0.1.0
A FTP Server made in node.js
github.com/javaportalsio/ftpd.js
javaportalsio/ftpd.js
ftpd.js
/
apidocs.json
17 lines
•
318 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"opts"
:
{
"access"
:
"all"
,
"destination"
:
"./apidocs"
,
"encoding"
:
"utf8"
,
"readme"
:
"README.md"
,
"recurse"
:
true
,
"package"
:
"./package.json"
}
,
"source"
:
{
"exclude"
:
[
"./node_modules"
,
"./apidocs"
]
,
"include"
:
[
"./"
]
}
}