2019-10-08 20:21:51 +00:00
|
|
|
{
|
|
|
|
"name": "@root/keypairs",
|
2020-08-20 07:29:30 +00:00
|
|
|
"version": "0.10.1",
|
2019-10-08 20:21:51 +00:00
|
|
|
"description": "Lightweight, Zero-Dependency RSA and EC/ECDSA crypto for Node.js and Browsers",
|
|
|
|
"main": "keypairs.js",
|
2019-10-15 10:12:46 +00:00
|
|
|
"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"
|
|
|
|
},
|
2019-10-08 20:21:51 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "node tests"
|
|
|
|
},
|
2021-08-27 02:20:36 +00:00
|
|
|
"files": ["*.js", "bin", "lib", "dist"],
|
2019-10-08 20:21:51 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-08-27 02:20:36 +00:00
|
|
|
"url": "https://github.com/therootcompany/keypairs.js.git"
|
2019-10-08 20:21:51 +00:00
|
|
|
},
|
2021-08-27 02:20:36 +00:00
|
|
|
"keywords": ["ASN.1", "DER", "PEM", "x509", "RSA", "EC", "ECDSA", "asn1"],
|
2019-10-08 20:21:51 +00:00
|
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"dependencies": {
|
2019-10-15 10:12:46 +00:00
|
|
|
"@root/encoding": "^1.0.1",
|
|
|
|
"@root/pem": "^1.0.4",
|
|
|
|
"@root/x509": "^0.7.2"
|
2019-10-08 20:21:51 +00:00
|
|
|
}
|
|
|
|
}
|