standard-ecies
Version:
Standard ECIES implemention for NodeJS based on crypto module with no other dependencies.
30 lines (29 loc) • 660 B
JSON
{
"name": "standard-ecies",
"version": "2.0.0",
"description": "Standard ECIES implemention for NodeJS based on crypto module with no other dependencies.",
"main": "main.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/bin-y/standard-ecies.git"
},
"keywords": [
"ECC",
"ECIES",
"encryption",
"cryptography"
],
"author": "Bin.Y",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/bin-y/standard-ecies/issues"
},
"homepage": "https://github.com/bin-y/standard-ecies#readme",
"dependencies": {},
"devDependencies": {
"mocha": "5.*"
}
}