| 
									
										
										
										
											2019-04-29 01:50:54 -06:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-05-07 02:06:47 -06:00
										 |  |  |   "name": "@bluecrypt/acme", | 
					
						
							|  |  |  |   "version": "1.0.0", | 
					
						
							|  |  |  |   "description": "Free SSL certificates through Let's Encrypt, right in your browser", | 
					
						
							|  |  |  |   "main": "bluecrypt-acme.js", | 
					
						
							|  |  |  |   "homepage": "https://rootprojects.org/acme/", | 
					
						
							| 
									
										
										
										
											2019-04-29 01:50:54 -06:00
										 |  |  |   "directories": { | 
					
						
							|  |  |  |     "lib": "lib" | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2019-05-07 02:06:47 -06:00
										 |  |  |   "files": [ | 
					
						
							|  |  |  |     "lib", | 
					
						
							|  |  |  |     "bluecrypt-acme.js", | 
					
						
							|  |  |  |     "bluecrypt-acme.min.js" | 
					
						
							|  |  |  |   ], | 
					
						
							| 
									
										
										
										
											2019-04-29 01:50:54 -06:00
										 |  |  |   "scripts": { | 
					
						
							|  |  |  |     "test": "node server.js", | 
					
						
							|  |  |  |     "start": "node server.js" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "repository": { | 
					
						
							|  |  |  |     "type": "git", | 
					
						
							| 
									
										
										
										
											2019-05-07 02:06:47 -06:00
										 |  |  |     "url": "https://git.coolaj86.com/coolaj86/bluecrypt-acme.js.git" | 
					
						
							| 
									
										
										
										
											2019-04-29 01:50:54 -06:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "keywords": [ | 
					
						
							| 
									
										
										
										
											2019-05-07 02:06:47 -06:00
										 |  |  |     "ACME", | 
					
						
							|  |  |  |     "Let's Encrypt", | 
					
						
							| 
									
										
										
										
											2019-04-29 01:50:54 -06:00
										 |  |  |     "browser", | 
					
						
							|  |  |  |     "EC", | 
					
						
							|  |  |  |     "RSA", | 
					
						
							| 
									
										
										
										
											2019-05-07 02:06:47 -06:00
										 |  |  |     "CSR", | 
					
						
							| 
									
										
										
										
											2019-04-29 01:50:54 -06:00
										 |  |  |     "greenlock", | 
					
						
							| 
									
										
										
										
											2019-05-07 02:06:47 -06:00
										 |  |  |     "VanillaJS", | 
					
						
							|  |  |  |     "ZeroSSL" | 
					
						
							| 
									
										
										
										
											2019-04-29 01:50:54 -06:00
										 |  |  |   ], | 
					
						
							|  |  |  |   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", | 
					
						
							|  |  |  |   "license": "MPL-2.0", | 
					
						
							|  |  |  |   "devDependencies": { | 
					
						
							| 
									
										
										
										
											2019-05-07 01:52:33 -06:00
										 |  |  |     "@root/request": "^1.3.10", | 
					
						
							|  |  |  |     "dig.js": "^1.3.9", | 
					
						
							|  |  |  |     "dns-suite": "^1.2.12", | 
					
						
							|  |  |  |     "express": "^4.16.4" | 
					
						
							| 
									
										
										
										
											2019-04-29 01:50:54 -06:00
										 |  |  |   } | 
					
						
							|  |  |  | } |