ed25519
Version:
An Ed25519 elliptic-curve cryptography implementation for Node.js
32 lines (31 loc) • 607 B
JSON
{
"name": "ed25519",
"version": "0.0.5",
"description": "An Ed25519 elliptic-curve cryptography implementation for Node.js",
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.14.1"
},
"main": "index.js",
"scripts": {
"install": "node-gyp rebuild",
"test": "mocha"
},
"keywords": [
"Ed25519",
"elliptic",
"curve",
"crypto",
"Curve25519",
"EdDSA"
],
"author": "Dave Akers",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://github.com/dazoe/ed25519.git"
},
"devDependencies": {
"mocha": "^8.1.0"
}
}