libves
Version:
Simple, safe and secure end-to-end encryption at-rest
39 lines (38 loc) • 764 B
JSON
{
"name": "libves",
"version": "3.0.2",
"description": "Simple, safe and secure end-to-end encryption at-rest",
"main": "libVES.node.js",
"scripts": {
"test": "echo \"No test defined\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vesvault/libVES.git"
},
"keywords": [
"encryption",
"VESvault",
"VES",
"e2e",
"e2ee",
"at-rest",
"end-to-end",
"browser",
"browser-encryption",
"pin",
"pki"
],
"dependencies": {
"crypto": "*",
"subtle": "*",
"xhr2": "*"
},
"author": "jz@vesvault.com",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/vesvault/libVES/issues"
},
"homepage": "https://ves.host/",
"readme": "README.md"
}