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