{
  "name": "siphash",
  "main": "index.js",
  "version": "1.1.0",
  "homepage": "https://github.com/jedisct1/siphash-js",
  "authors": [
    "Frank Denis <bower@pureftpd.org>"
  ],
  "description": "A pure Javascript implementation of SipHash-2-4",
  "moduleType": [
    "node", "globals"
  ],
  "keywords": [
    "hash",
    "crypto",
    "siphash"
  ],
  "license": "BSD-2-Clause",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}