| 
									
										
										
										
											2019-10-08 13:50:34 -06:00
										 |  |  | { | 
					
						
							|  |  |  | 	"name": "@root/csr", | 
					
						
							| 
									
										
										
										
											2019-10-15 04:54:13 -06:00
										 |  |  | 	"version": "0.8.0", | 
					
						
							| 
									
										
										
										
											2019-10-08 13:50:34 -06:00
										 |  |  | 	"description": "Lightweight, Zero-Dependency CSR (Certificate Signing Request) generator and parser for Node.js and Browsers", | 
					
						
							|  |  |  | 	"main": "csr.js", | 
					
						
							| 
									
										
										
										
											2019-10-15 04:54:13 -06:00
										 |  |  | 	"files": [ | 
					
						
							|  |  |  | 		"*.js", | 
					
						
							|  |  |  | 		"lib", | 
					
						
							|  |  |  | 		"dist" | 
					
						
							|  |  |  | 	], | 
					
						
							| 
									
										
										
										
											2019-10-08 13:50:34 -06:00
										 |  |  | 	"scripts": { | 
					
						
							|  |  |  | 		"test": "node tests" | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"repository": { | 
					
						
							|  |  |  | 		"type": "git", | 
					
						
							|  |  |  | 		"url": "https://git.rootprojects.org/root/csr.js.git" | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"keywords": [ | 
					
						
							|  |  |  | 		"CSR", | 
					
						
							|  |  |  | 		"ASN.1", | 
					
						
							|  |  |  | 		"DER", | 
					
						
							|  |  |  | 		"PEM", | 
					
						
							|  |  |  | 		"x509", | 
					
						
							|  |  |  | 		"RSA", | 
					
						
							|  |  |  | 		"EC", | 
					
						
							|  |  |  | 		"ECDSA", | 
					
						
							|  |  |  | 		"letsencrypt", | 
					
						
							|  |  |  | 		"ACME", | 
					
						
							|  |  |  | 		"asn1" | 
					
						
							|  |  |  | 	], | 
					
						
							|  |  |  | 	"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", | 
					
						
							|  |  |  | 	"license": "MPL-2.0", | 
					
						
							|  |  |  | 	"dependencies": { | 
					
						
							| 
									
										
										
										
											2019-10-15 04:54:13 -06:00
										 |  |  | 		"@root/acme": "^3.0.0-wip.0", | 
					
						
							|  |  |  | 		"@root/asn1": "^1.0.0", | 
					
						
							|  |  |  | 		"@root/pem": "^1.0.4", | 
					
						
							|  |  |  | 		"@root/x509": "^0.7.2" | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"devDependencies": { | 
					
						
							|  |  |  | 		"@root/keypairs": "^0.9.0" | 
					
						
							| 
									
										
										
										
											2019-10-08 13:50:34 -06:00
										 |  |  | 	} | 
					
						
							|  |  |  | } |