ed25519-hap
Version:
An Ed25519 implementation for node.js (used for HAP)
29 lines (28 loc) • 549 B
JSON
{
"name": "ed25519-hap",
"version": "0.0.5",
"description": "An Ed25519 implementation for node.js (used for HAP)",
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.10.0"
},
"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/KhaosT/ed25519.git"
}
}