Browserify
Browserify is an open-source JavaScript tool that allows developers to write Node.js-style modules that compile for use in the browser.[1]
With Browserify, you can write code that uses require() in the same way that you would use it in Node. Node.js and npm popularized use of the CommonJS require() statement to write modules, but web browsers don't have built-in support for CommonJS. With browserify, developers can make use of many of the hundreds of thousands of modules on npm in the browser.
Production Users
Browserify is used in production by many companies and products, including Yellow Pages, Yahoo Play, StudyNotes, and Getable.[2]
History
For a full calendar of release dates, view the Browserify Changelog.
References