UNPKG

encrypt-stack

Version:

An encryption driver/stack to create a multi-layer encrypted workflow in Node.

27 lines (26 loc) 670 B
{ "name": "encrypt-stack", "version": "1.0.2", "description": "An encryption driver/stack to create a multi-layer encrypted workflow in Node.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/bilfr3d/encrypt-stack.git" }, "keywords": [ "Node", "Crypto", "Encryption", "Decryption", "Blowfish" ], "author": "Bilfr3d", "license": "LGPL-3.0", "bugs": { "url": "https://github.com/bilfr3d/encrypt-stack/issues" }, "homepage": "https://github.com/bilfr3d/encrypt-stack#readme" }