| 
									
										
										
										
											2019-11-01 09:23:19 +03:00
										 |  |  | { | 
					
						
							|  |  |  | 	"name": "acme-http-01-s3", | 
					
						
							|  |  |  | 	"version": "3.0.0", | 
					
						
							|  |  |  | 	"description": "S3 Authentication + Let's Encrypt for Node.js - ACME http-01 challenges w/ ACME.js and Greenlock.js", | 
					
						
							|  |  |  | 	"main": "index.js", | 
					
						
							|  |  |  | 	"files": [ | 
					
						
							|  |  |  | 		"lib", | 
					
						
							|  |  |  | 		"test.js" | 
					
						
							|  |  |  | 	], | 
					
						
							|  |  |  | 	"scripts": { | 
					
						
							|  |  |  | 		"test": "node test.js" | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"repository": { | 
					
						
							|  |  |  | 		"type": "git", | 
					
						
							|  |  |  | 		"url": "https://git.coolaj86.com/coolaj86/acme-http-01-s3.js.git" | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"keywords": [ | 
					
						
							|  |  |  | 		"s3", | 
					
						
							|  |  |  | 		"storage", | 
					
						
							|  |  |  | 		"http-01", | 
					
						
							|  |  |  | 		"letsencrypt", | 
					
						
							|  |  |  | 		"acme", | 
					
						
							|  |  |  | 		"greenlock" | 
					
						
							|  |  |  | 	], | 
					
						
							| 
									
										
										
										
											2019-11-12 10:21:26 +03:00
										 |  |  | 	"author": "Nyaundi Brian <danleyb2@gmail.com> (https://danleyb2.online/)", | 
					
						
							| 
									
										
										
										
											2019-11-01 09:23:19 +03:00
										 |  |  | 	"contributors": [ | 
					
						
							|  |  |  | 		"AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)" | 
					
						
							|  |  |  | 	], | 
					
						
							|  |  |  | 	"license": "MPL-2.0", | 
					
						
							|  |  |  | 	"dependencies": { | 
					
						
							| 
									
										
										
										
											2019-11-12 10:29:51 +03:00
										 |  |  | 		"@root/request": "^1.4.2", | 
					
						
							| 
									
										
										
										
											2019-11-01 09:23:19 +03:00
										 |  |  | 		"aws4": "^1.8.0" | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"devDependencies": { | 
					
						
							|  |  |  | 		"acme-challenge-test": "^3.3.2", | 
					
						
							|  |  |  | 		"dotenv": "^8.0.0" | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } |