{
  "name": "pop-hash",
  "version": "1.0.1",
  "description": "A hash function for arbitrary objects",
  "main": "pop-hash.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/kriskowal/pop-hash.git"
  },
  "keywords": [
    "hash",
    "polymorphic",
    "operator"
  ],
  "author": "Kris Kowal <kris@cixar.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kriskowal/pop-hash/issues"
  },
  "homepage": "https://github.com/kriskowal/pop-hash",
  "dependencies": {
    "weak-map": "^1.0.5"
  }
}
