eccrypto-scripts
Version:
a collection of reusable scripts for elliptic curve cryptography
31 lines (30 loc) • 648 B
JSON
{
"name": "eccrypto-scripts",
"version": "0.2.19",
"description": "a collection of reusable scripts for elliptic curve cryptography",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/io-digital/eccrypto-scripts.git"
},
"directories": {
"bin": "bin"
},
"keywords": [
"eccrypto",
"elliptic",
"curve",
"crypto",
"cryptography",
"diffie-hellman",
"bin"
],
"author": "Ant Cosentino <ant@io.co.za>",
"license": "BSD-3-Clause",
"dependencies": {
"eccrypto": "^1.0.3",
"get-stdin": "^5.0.1"
}
}