43 lines
871 B
JSON
43 lines
871 B
JSON
{
|
|
"name": "@root/keypairs",
|
|
"version": "0.10.1",
|
|
"description": "Lightweight, Zero-Dependency RSA and EC/ECDSA crypto for Node.js and Browsers",
|
|
"main": "keypairs.js",
|
|
"browser": {
|
|
"./lib/node/keypairs.js": "./lib/browser/keypairs.js",
|
|
"./lib/node/ecdsa.js": "./lib/browser/ecdsa.js",
|
|
"./lib/node/rsa.js": "./lib/browser/rsa.js",
|
|
"./lib/node/sha2.js": "./lib/browser/sha2.js"
|
|
},
|
|
"scripts": {
|
|
"test": "node tests"
|
|
},
|
|
"files": [
|
|
"*.js",
|
|
"bin",
|
|
"lib",
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.rootprojects.org/root/csr.js.git"
|
|
},
|
|
"keywords": [
|
|
"ASN.1",
|
|
"DER",
|
|
"PEM",
|
|
"x509",
|
|
"RSA",
|
|
"EC",
|
|
"ECDSA",
|
|
"asn1"
|
|
],
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"@root/encoding": "^1.0.1",
|
|
"@root/pem": "^1.0.4",
|
|
"@root/x509": "^0.7.2"
|
|
}
|
|
}
|