{ "name": "@root/keypairs", "version": "0.10.2", "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://github.com/therootcompany/keypairs.js.git" }, "keywords": [ "ASN.1", "DER", "PEM", "x509", "RSA", "EC", "ECDSA", "asn1" ], "author": "AJ ONeal (https://coolaj86.com/)", "license": "MPL-2.0", "dependencies": { "@root/encoding": "^1.0.1", "@root/pem": "^1.0.4", "@root/x509": "^0.7.2" } }