mirror of
				https://github.com/therootcompany/keypairs.js.git
				synced 2024-11-16 17:29:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			846 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			846 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://github.com/therootcompany/keypairs.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"
 | |
| 	}
 | |
| }
 |