UNPKG

node-file-encrypt

Version:

a file encrypt & decrypt package based on TEA

37 lines (36 loc) 814 B
{ "name": "node-file-encrypt", "version": "0.0.8", "description": "a file encrypt & decrypt package based on TEA", "main": "file_encrypt.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "crypt": "./crypt.js" }, "dependencies": { "node-tea": "latest", "sha1": "latest", "minimist": "latest", "log-update": "latest", "duration": "latest" }, "repository": { "type": "git", "url": "git+https://github.com/fiefdx/node-file-encrypt.git" }, "keywords": [ "file", "encrypt", "decrypt", "tea" ], "author": "fiefdx", "license": "MIT", "bugs": { "url": "https://github.com/fiefdx/node-file-encrypt/issues" }, "homepage": "https://github.com/fiefdx/node-file-encrypt#readme" }