summaryrefslogtreecommitdiff
path: root/node_modules/hawk/lib/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/hawk/lib/index.js')
-rwxr-xr-xnode_modules/hawk/lib/index.js17
1 files changed, 17 insertions, 0 deletions
diff --git a/node_modules/hawk/lib/index.js b/node_modules/hawk/lib/index.js
new file mode 100755
index 0000000..324d3f9
--- /dev/null
+++ b/node_modules/hawk/lib/index.js
@@ -0,0 +1,17 @@
+'use strict';
+
+// Export sub-modules
+
+exports.error = exports.Error = require('boom');
+exports.sntp = require('sntp');
+
+exports.server = require('./server');
+exports.client = require('./client');
+exports.crypto = require('./crypto');
+exports.utils = require('./utils');
+
+exports.uri = {
+ authenticate: exports.server.authenticateBewit,
+ getBewit: exports.client.getBewit
+};
+