UNPKG

@netapps/netapps-crypto

Version:

pure JavaScript cryptographic library(jsrsasign) and JSON Web Token (JWT) and JSON Web Signature (JWS) library (jsjws) bundle

47 lines (46 loc) 1.15 kB
{ "name": "@netapps/netapps-crypto", "version": "1.0.8", "description": "pure JavaScript cryptographic library(jsrsasign) and JSON Web Token (JWT) and JSON Web Signature (JWS) library (jsjws) bundle", "main": "./lib/jsrsasign.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "publishConfig": { "registry": "http://npm.dev.netapplications.com:4873/" }, "repository": { "type": "git", "url": "https://github.com/kjur/jsrsasign.git" }, "scripts": { "postinstall": "node lib/pub.js" }, "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": { "name": "Kenji Urushima" }, "dependencies": { } }