node-jsrsasign
Version:
pure JavaScript cryptographic library(jsrsasign) and JSON Web Token (JWT) and JSON Web Signature (JWS) library (jsjws) bundle
48 lines (47 loc) • 981 B
JSON
{
"name": "node-jsrsasign",
"version": "0.0.7",
"description": "pure JavaScript cryptographic library(jsrsasign) and JSON Web Token (JWT) and JSON Web Signature (JWS) library (jsjws) bundle",
"main": "main.js",
"scripts": {
"test": "mocha test -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/node-opcua/node-jsrsasign.git"
},
"keywords": [
"RSA",
"ECDSA",
"DSA",
"RSAPSS",
"PKCS1",
"PKCS5",
"PKCS8",
"hash function",
"HMac",
"ASN.1",
"X.509",
"Signature",
"Message Digest",
"signing",
"certificate",
"JSON Web Token",
"JSON Web Signature",
"JWT",
"JWS",
"JOSE",
"JWA"
],
"author": "Kenji Urushima",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/node-opcua/node-jsrsasign/master/LICENSE.txt"
}
],
"bugs": {
"url": "https://github.com/node-opcua/node-jsrsasign/issues"
},
"dependencies": {}
}