UNPKG

nacl-stream

Version:

Streaming encryption based on TweetNaCl.js

42 lines (41 loc) 908 B
{ "name": "nacl-stream", "version": "0.3.5", "description": "Streaming encryption based on TweetNaCl.js", "main": "nacl-stream.js", "directories": { "test": "test" }, "scripts": { "build": "uglifyjs nacl-stream.js -c -m -o nacl-stream.min.js", "test": "faucet test/*.js" }, "repository": { "type": "git", "url": "https://github.com/dchest/nacl-stream-js" }, "keywords": [ "encryption", "decryption", "streaming", "chunking", "nacl", "tweetnacl", "file" ], "author": "Dmitry Chestnykh", "license": "Unlicense", "bugs": { "url": "https://github.com/dchest/nacl-stream-js/issues" }, "homepage": "https://github.com/dchest/nacl-stream-js", "devDependencies": { "faucet": "^0.0.1", "tape": "^4.8.0", "tweetnacl-util": "^0.15.0", "uglify-js": "^3.0.28" }, "dependencies": { "tweetnacl": "^1.0.0" } }