{
  "name": "chacha",
  "version": "2.1.0",
  "description": "ChaCha20 Poly1305 auth cipher with a node api with pure js and native bindings",
  "main": "index.js",
  "browser": "browser.js",
  "scripts": {
    "test": "tape test/*.js | tspec"
  },
  "keywords": [
    "chacha20",
    "chacha",
    "poly1305",
    "cipher",
    "hmac",
    "crypto"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/calvinmetcalf/chacha20poly1305.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/calvinmetcalf/chacha20poly1305/issues"
  },
  "homepage": "https://github.com/calvinmetcalf/chacha20poly1305",
  "devDependencies": {
    "tap-spec": "^1.0.1",
    "tape": "^3.0.3"
  },
  "dependencies": {
    "inherits": "^2.0.1",
    "readable-stream": "^1.0.33"
  },
  "optionalDependencies": {
    "chacha-native": "^2.0.0"
  }
}
