UNPKG
webdav-sync
Version:
latest (0.5.0)
0.5.0
0.4.4
0.4.0
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.1.1
Basic local sync to WebDAV servers
github.com/bermi/webdav-sync/
bermi/webdav-sync
webdav-sync
/
lib
/
index.js
7 lines
(5 loc)
•
99 B
JavaScript
View Raw
1
2
3
4
5
6
7
/* index.js */
module
.
exports
=
require
(
'./webdav_sync'
);
require
(
'pkginfo'
)(
module
,
'version'
);