{
  "name": "buffer-xor",
  "version": "2.0.2",
  "description": "A simple module for bitwise-xor on buffers",
  "files": [
    "index.js",
    "inplace.js"
  ],
  "main": "index.js",
  "scripts": {
    "standard": "standard",
    "test": "npm run standard && npm run unit",
    "unit": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/crypto-browserify/buffer-xor.git"
  },
  "bugs": {
    "url": "https://github.com/crypto-browserify/buffer-xor/issues"
  },
  "homepage": "https://github.com/crypto-browserify/buffer-xor",
  "keywords": [
    "bits",
    "bitwise",
    "buffer",
    "buffer-xor",
    "crypto",
    "inline",
    "math",
    "memory",
    "performance",
    "xor"
  ],
  "author": "Daniel Cousens",
  "license": "MIT",
  "devDependencies": {
    "standard": "*",
    "tape": "*"
  },
  "dependencies": {
    "safe-buffer": "^5.1.1"
  }
}
