Brequire 1.0.2

Brequire basically ports CommonJS' functionality from the server to the client side, namely the browser.Features:A simple compiler that wraps JS files in a closure that injects bound of require and exports, so it can be used with the exact same code on...