forked from rachanon/stdbWeb
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.
15 lines
491 B
15 lines
491 B
9 years ago
|
{
|
||
|
"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": {
|
||
|
}
|
||
|
}
|