UNPKG

secrets.js-grempe

Version:

Shamir's threshold secret sharing scheme for JavaScript.

16 lines (13 loc) 390 B
// For any third party dependencies, like jQuery, place them in the lib folder. // Configure loading modules from the lib directory, // except for 'app' ones, which are in a sibling // directory. requirejs.config({ baseUrl: 'lib', paths: { app: '../app' } }); // Start loading the main app file. Put all of // your application logic in there. requirejs(['app/main']);