{
  "name": "chacha-native",
  "version": "2.0.3",
  "description": "native chacha20/poly1305 bindings in nodejs",
  "main": "lib",
  "gypfile": true,
  "license": "MIT",
  "scripts": {
    "build": "node-gyp rebuild",
    "test": "node test.js | tspec"
  },
  "dependencies": {
    "bindings": "^1.2.1",
    "inherits": "^2.0.1",
    "nan": "^2.4.0"
  },
  "devDependencies": {
    "chacha": "^1.1.2",
    "tap-spec": "^2.2.2",
    "tape": "^4.11.0"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:calvinmetcalf/chacha-native.git"
  }
}
