summaryrefslogtreecommitdiff
path: root/js/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/index.js')
-rw-r--r--js/src/index.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/js/src/index.js b/js/src/index.js
new file mode 100644
index 00000000000..db87f9351c0
--- /dev/null
+++ b/js/src/index.js
@@ -0,0 +1,15 @@
+// **********************************************************************
+//
+// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
+//
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
+//
+// **********************************************************************
+
+module.exports.Ice = require("./Ice/Ice").Ice;
+module.exports.IceMX = require("./Ice/Ice").IceMX;
+module.exports.IceSSL = require("./Ice/Ice").IceSSL;
+module.exports.Glacier2 = require("./Glacier2/Glacier2").Glacier2;
+module.exports.IceGrid = require("./IceGrid/IceGrid").IceGrid;
+module.exports.IceStorm = require("./IceStorm/IceStorm").IceStorm;