mirror of
https://github.com/owenlejeune/AirHockey.git
synced 2025-12-28 10:21:19 -05:00
Electron desktop client added
This commit is contained in:
17
Electron Client/node_modules/hawk/lib/index.js
generated
vendored
Executable file
17
Electron Client/node_modules/hawk/lib/index.js
generated
vendored
Executable file
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user