Browsernizr
Modernizr wrapper for use with browserify (or some other node-style browser module loading system).
Usage
npm install browsernizr
// pick what tests you need;;; // make sure to do this _after_ importing the tests; // or if you need access to the modernizr instance:var Modernizr = ;
Development
To build the latest version of modernizr
.. clone repo .. npm install ./bin/build