{
  "name": "bsip",
  "version": "0.1.9",
  "description": "Siphash 2-4 and all its variations for javascript",
  "keywords": [
    "crypto",
    "hash",
    "siphash"
  ],
  "license": "MIT",
  "repository": "git://github.com/bcoin-org/bsip.git",
  "homepage": "https://github.com/bcoin-org/bsip",
  "bugs": {
    "url": "https://github.com/bcoin-org/bsip/issues"
  },
  "author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
  "main": "./lib/bsip.js",
  "scripts": {
    "install": "node-gyp rebuild || echo 'Build failed.'",
    "lint": "eslint lib/ test/ || exit 0",
    "test": "bmocha --reporter spec test/*-test.js"
  },
  "dependencies": {
    "bsert": "~0.0.10",
    "loady": "~0.0.1",
    "nan": "^2.13.1"
  },
  "devDependencies": {
    "bmocha": "^2.1.0"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "browser": {
    "./lib/siphash": "./lib/siphash-browser.js"
  },
  "gypfile": true
}
