js-ecdsa
Version:
ecdsa for the browser using the webcrypto api
35 lines (34 loc) • 747 B
JSON
{
"name": "js-ecdsa",
"version": "1.0.2",
"description": "ecdsa for the browser using the webcrypto api",
"main": "./lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angeal185/js-ecdsa.git"
},
"keywords": [
"ecdsa",
"webcrypto",
"webcrypto-api",
"signing",
"verify",
"sign",
"verification",
"browser",
"elliptic-curve",
"elliptic-curve-cryptography"
],
"author": "ben eaves",
"license": "MIT",
"bugs": {
"url": "https://github.com/angeal185/js-ecdsa/issues"
},
"homepage": "https://github.com/angeal185/js-ecdsa#readme"
}