I was interested in testing this module out in an ember project using ember-browserify, but was running into errors because it seems that the main: "htmldiff.js" entry point in package.json is incorrect.  Manually changing this to main: "./src/htmldiff.js" allows the module to work.
Is this a bug in package.json? Or should there be an htmldiff.js in the root level of the node_modules/htmldiff folder?  When I npm install this package, htmldiff.js and htmldiff.coffee are both only in the src/ folder