secret-blob
Version:
Tiny module for easy encryption of Buffers
38 lines (37 loc) • 888 B
JSON
{
"name": "secret-blob",
"version": "1.1.0",
"description": "Tiny module for easy encryption of Buffers",
"main": "index.js",
"bin": {
"secret-blob-keygen": "./bin/keygen",
"secret-blob-encrypt": "./bin/encrypt",
"secret-blob-decrypt": "./bin/decrypt"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"nanoassert": "^2.0.0",
"sodium-native": "^3.1.1"
},
"devDependencies": {
"standard": "^14.3.4",
"tape": "^5.0.1"
},
"scripts": {
"pretest": "standard",
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emilbayes/secret-blob.git"
},
"keywords": [],
"author": "Emil Bay <github@tixz.dk>",
"license": "ISC",
"bugs": {
"url": "https://github.com/emilbayes/secret-blob/issues"
},
"homepage": "https://github.com/emilbayes/secret-blob#readme"
}