commlink
Version:
JavaScript Encrypted Communications
40 lines (39 loc) • 814 B
JSON
{
"name": "commlink",
"version": "0.2.3",
"description": "JavaScript Encrypted Communications",
"main": "index.js",
"browser":"commlink.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"encryption",
"decrpytion",
"ecdh",
"ecdsa",
"sign",
"verify",
"encrypt",
"decrypt",
"communicate",
"comm",
"hmac",
"aes",
"forward",
"secracy"
],
"author": "Mike Fuller",
"license": "MIT",
"dependencies": {
"node-webcrypto-ossl": "^1.0.39"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themikefuller/commlink.git"
},
"bugs": {
"url": "https://github.com/themikefuller/commlink/issues"
},
"homepage": "https://github.com/themikefuller/commlink#readme"
}