npm install murmurhash-v3This is a port of perezd/node-murmurhash which only includes murmurhash v3 for as few bytes as possible.
```
$ npm install --save murmurhash-v3
`js
var hash = require('murmurhash-v3')
hash('string input') // => numeric hash
``
MIT © Gary Court, Derek Perez, Andrew Joslin