{
  "name": "@broofa/fnv1a",
  "version": "1.0.1",
  "description": "A robust, tiny, string hash implementation for JS, based on FNV-1a",
  "main": "lib/index.js",
  "scripts": {
    "test": "node test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://www.github.com/broofa/BroofaJS/tree/master/fnv1a"
  },
  "keywords": [
    "string",
    "hash",
    "FNV",
    "FNV-1a"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {}
}
