{
  "name": "string-hash-64",
  "version": "1.0.3",
  "main": "./index",
  "scripts": {
    "test": "node test | tap-difflet && standard"
  },
  "description": "fast 64 bit string hashing function",
  "license": "MIT",
  "keywords": [
    "string",
    "hashing",
    "64 bit"
  ],
  "author": {
    "name": "Mustafa Dokumacı",
    "email": "mustafa@foraa.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mstdokumaci/string-hash-64.git"
  },
  "dependencies": {},
  "devDependencies": {
    "tape": "*",
    "tap-difflet": "*",
    "standard": "*"
  }
}
