{ "name": "tweetnacl", "version": "0.14.5", "description": "Port of TweetNaCl cryptographic library to JavaScript", "main": "nacl-fast.js", "types": "nacl.d.ts", "directories": { "test": "test" }, "repository": { "type": "git", "url": "https://github.com/dchest/tweetnacl-js.git" }, "author": "TweetNaCl-js contributors", "license": "Unlicense", "homepage": "https://tweetnacl.js.org", "devDependencies": { "browserify": "^13.0.0", "eslint": "^2.2.0", "faucet": "^0.0.1", "tap-browser-color": "^0.1.2", "tape": "^4.4.0", "tape-run": "^2.1.3", "tweetnacl-util": "^0.13.3", "uglify-js": "^2.6.1" }, "browser": { "buffer": false, "crypto": false } }