25 lines
		
	
	
		
			598 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			598 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "keypairs",
 | |
|   "version": "0.0.3",
 | |
|   "description": "Interchangeably use RSA & ECDSA with PEM and JWK for Signing, Verifying, CSR generation and JOSE. Ugh... that was a mouthful.",
 | |
|   "main": "index.js",
 | |
|   "scripts": {
 | |
|     "test": "echo \"Error: no test specified\" && exit 1"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://git.coolaj86.com/coolaj86/keypairs.js"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "EC",
 | |
|     "RSA",
 | |
|     "ECDSA",
 | |
|     "PEM",
 | |
|     "JWK",
 | |
|     "CSR",
 | |
|     "JOSE"
 | |
|   ],
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
|   "license": "(MIT OR Apache-2.0)"
 | |
| }
 |