UNPKG

rsa-stream

Version:
45 lines (44 loc) 926 B
{ "name": "rsa-stream", "version": "1.0.3", "description": "encrypt/decrypt rsa with streams", "main": "index.js", "dependencies": { "block-stream": "~0.0.7", "defined": "~0.0.0", "duplexer2": "~0.0.1", "inherits": "~2.0.1", "stream-combiner2": "^1.0.1", "through2": "~0.2.3", "ursa": "~0.8.0", "ssh-key-to-pem": "~0.10.0" }, "devDependencies": { "tape": "^1.0.4", "concat-stream": "^1.4.6" }, "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git://github.com/substack/rsa-stream.git" }, "homepage": "https://github.com/substack/rsa-stream", "keywords": [ "rsa", "public", "key", "crypto", "assymetric", "encryption", "decryption", "cipher" ], "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "license": "MIT" }