{
  "name": "murmurhash3js",
  "version": "3.0.1",
  "homepage": "http://pid.github.io/murmurHash3js/",
  "description": "A javascript implementation of MurmurHash3's x86 hashing algorithms.(Browser&Server)",
  "keywords": [
    "murmurhash3",
    "hash"
  ],
  "author": {
    "name": "Karan Lyons",
    "email": "karan@karanlyons.com",
    "url": "http://karanlyons.com"
  },
  "contributors": [
    {
      "name": "Sascha Droste",
      "email": "pid@posteo.net",
      "url": "https://github.com/pid/"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pid/murmurHash3js/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/pid/murmurHash3js.git"
  },
  "main": "index.js",
  "directories": {
    "example": "example",
    "test": "test"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-bumpup": "^0.6.2",
    "grunt-contrib-jshint": "^0.11.1",
    "grunt-contrib-uglify": "^0.8.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-release": "^0.12.0",
    "grunt-text-replace": "^0.4.0",
    "mocha": "^2.2.1",
    "should": "^5.2.0"
  },
  "engines": {
    "node": ">=0.10.0"
  }
}