You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
491 B
14 lines
491 B
{ |
|
"name": "kjur-jsrsasign", |
|
"version": "5.0.12", |
|
"main": "jsrsasign-latest-all-min.js", |
|
"description": "The 'jsrsasign' (RSA-Sign JavaScript Library) is an opensource free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL CMS SignedData, TimeStamp, CAdES, JWS and JWT in pure JavaScript.", |
|
"license": "MIT", |
|
"ignore": [ |
|
".jshintrc" |
|
], |
|
"dependencies": { |
|
}, |
|
"devDependencies": { |
|
} |
|
}
|
|
|