This is a distribution of the 100+ npm packages for browserify and
browserify-incremental.
With browserify, you can write code for the browser, that uses require in the
same way that you would use it in Node. It accomplishes this by recursively
bundling up all the required modules into a single file, which can then be
referenced with a single script tag in your HTML.
Browserify-incremental can detect changes which occured in between runs, which
means it can be used as part of build systems which are invoked on demand,
without requiring a long lived process. Whereas watchify is slow for the first
run upon each startup, browserify-incremental is fast every time after the very
first.
Adding devel/browserify, because it is required by the upcoming
www/mastodon port.