Browser-require.js brings "require" to the browser (just like node)
https://github.com/marcuswestin/browser-requireBrowser-require lets you write javascript using "require", "exports" and "module" in the browser, just as you would in node. It helps you with your dependency management, and provides a compiler to condense all your required modules into a single file for production.