cryptopeer-crypto
Version:
Crypto module for CryptoPeer
39 lines (38 loc) • 832 B
JSON
{
"name": "cryptopeer-crypto",
"version": "0.6.3",
"description": "Crypto module for CryptoPeer",
"main": "index.js",
"private": false,
"scripts": {
"lint": "node_modules/.bin/eslint . || exit 0",
"test": "npm run lint && mocha test"
},
"author": "Michael Yali <yali.mykhailo@gmail.com>",
"keywords": [
"crypto",
"cryptography",
"sodium",
"libsodium",
"ECDH",
"AES256",
"ChaCha20",
"RSA"
],
"repository": {
"type": "git",
"url": "https://github.com/zMotivat0r/cryptopeer-crypto.git"
},
"license": "MIT",
"dependencies": {
"node-rsa": "^0.4.2",
"sodium": "^2.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.15.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-import": "^2.2.0",
"mocha": "^3.1.2"
}
}