UNPKG

encrypt-folder

Version:
29 lines (28 loc) 652 B
{ "name": "encrypt-folder", "version": "1.0.1", "description": "Encrypt a whole folder using AES 256", "main": "src/cli.js", "bin": "src/cli.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/MCTzOCK/encrypt-folder.git" }, "keywords": [ "Encrypt", "Folder", "AES" ], "author": "Ben Siebert", "license": "GPL-3.0-only", "bugs": { "url": "https://github.com/MCTzOCK/encrypt-folder/issues" }, "homepage": "https://github.com/MCTzOCK/encrypt-folder#readme", "dependencies": { "commander": "^8.2.0" } }