| { |
| "author": { |
| "email": "jensyt@gmail.com", |
| "name": "Jens Taylor", |
| "url": "https://github.com/homebrewing" |
| }, |
| "bugs": { |
| "url": "https://github.com/jensyt/imurmurhash-js/issues" |
| }, |
| "dependencies": {}, |
| "description": "An incremental implementation of MurmurHash3", |
| "devDependencies": {}, |
| "engines": { |
| "node": ">=0.8.19" |
| }, |
| "files": [ |
| "imurmurhash.js", |
| "imurmurhash.min.js", |
| "package.json", |
| "README.md" |
| ], |
| "homepage": "https://github.com/jensyt/imurmurhash-js", |
| "keywords": [ |
| "murmur", |
| "murmurhash", |
| "murmurhash3", |
| "hash", |
| "incremental" |
| ], |
| "license": "MIT", |
| "main": "imurmurhash.js", |
| "name": "imurmurhash", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/jensyt/imurmurhash-js" |
| }, |
| "version": "0.1.4" |
| } |