While working on ethereumjs/ethereumjs-tx#145 I got convinced that this module can't be run in a browser anymore.
Previously, this module used bulk-require and bulkify to read the tests fixtures. Both were created by substack (browserify author) to work nicely with browserify.
Now we are using node-dir, which doesn't seem to work with browserify.