satazor / js-spark-md5

Lightning fast normal and incremental md5 for javascript
Do What The F*ck You Want To Public License
2.49k stars 467 forks source link

Add package.json to allow installing through NPM #17

Closed rexxars closed 10 years ago

rexxars commented 10 years ago

I'm trying to use SparkMD5 with a project using browserify - having the package in npm would make things very easy for me (and anyone else who's a fan of npm).

See https://npmjs.org/doc/publish.html for how to publish the package on npm.

satazor commented 10 years ago

published on npm. thanks!