38 lines
		
	
	
		
			816 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			816 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@bluecrypt/keypairs",
 | |
|   "version": "0.1.1",
 | |
|   "description": "Zero-Dependency Native Browser support for ECDSA P-256 and P-384, and RSA 2048/3072/4096 written in VanillaJS",
 | |
|   "homepage": "https://rootprojects.org/keypairs/",
 | |
|   "files": [
 | |
|     "lib",
 | |
|     "bluecrypt-keypairs.js",
 | |
|     "bluecrypt-keypairs.min.js"
 | |
|   ],
 | |
|   "directories": {
 | |
|     "lib": "lib"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "test": "node test.js"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://git.coolaj86.com/coolaj86/bluecrypt-keypairs.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "browser",
 | |
|     "EC",
 | |
|     "RSA",
 | |
|     "ECDSA",
 | |
|     "P-256",
 | |
|     "P-384",
 | |
|     "bluecrypt",
 | |
|     "keypairs",
 | |
|     "greenlock",
 | |
|     "VanillaJS"
 | |
|   ],
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
|   "license": "MPL-2.0",
 | |
|   "devDependencies": {
 | |
|   }
 | |
| }
 |