UNPKG

endpointjs

Version:

Endpoint.js enables modules within a web application to discover and use each other, whether that be on the same web page, other browser windows and tabs, iframes, servers and web workers in a reactive way by providing robust discovery, execution and stre

16 lines (15 loc) 392 B
module.exports = { default: { src: '<%= lint.dirs %>', options: { globals: { // configure JSHint to not complain about the following globals console: true, module: true, require: true, __dirname: true, process: true } } } };