{
  "name": "jhash",
  "version": "0.1.10",
  "description": "A fast algorithm to hash string or binary file inspired by the JSW hash.",
  "main": "lib/jhash.js",
  "scripts": {
    "no": "no",
    "test": "no test",
    "prepublish": "no build"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ysmood/jhash.git"
  },
  "keywords": [
    "hash",
    "short",
    "url",
    "fast"
  ],
  "author": "http://ysmood.org",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ysmood/jhash/issues"
  },
  "homepage": "https://github.com/ysmood/jhash",
  "devDependencies": {
    "coffee-script": "1.10.0",
    "junit": "1.4.4",
    "nokit": "0.22.11"
  }
}
