-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.js
20 lines (20 loc) · 1.09 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module.exports = {
"webinosPeerElement" : require("./lib/peerElement.js"),
"webinosHostname" : require("./lib/hostname.js"),
"webinosContent" : require("./lib/content.js"),
"webinosMsgProcessing": require("./lib/messageProcessing.js"),
"webinosSchema" : require("./lib/schema.js"),
"webinosService" : require("./lib/loadservice.js"),
"webinosLogging" : require("./lib/logging.js"),
"webinosConfiguration": require("./lib/configuration.js"),
"webinosHelpers" : require("./lib/helpers.js"),
"webinosId" : require("./lib/webinosId.js"),
"webinosPath" : require("./lib/webinosPath.js"),
"loadConfig" : require("./lib/loadconfig.js"),
"webinosSync" : require("./lib/synchronization.js"),
"webinosServiceDisco" : require("./lib/rpc_servicedisco.js"),
"webinosServiceConfig" : require("./lib/rpc_serviceconfig.js"),
"webinosMessaging" : require("./lib/messagehandler.js"),
"webinosNotifications": require("./lib/notifications.js"),
"webinosActions" : require("./lib/actions.js")
};