| 
									
										
										
										
											2019-07-15 21:24:31 -06:00
										 |  |  | { | 
					
						
							|  |  |  | 	"name": "acme-dns-01-route53", | 
					
						
							|  |  |  | 	"version": "0.0.1", | 
					
						
							|  |  |  | 	"description": "Amazon AWS Route53 DNS + Let's Encrypt for Node.js - ACME dns-01 challenges w/ ACME.js and Greenlock.js", | 
					
						
							|  |  |  | 	"main": "index.js", | 
					
						
							|  |  |  | 	"scripts": { | 
					
						
							|  |  |  | 		"test": "node test.js" | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"repository": { | 
					
						
							|  |  |  | 		"type": "git", | 
					
						
							|  |  |  | 		"url": "https://git.coolaj86.com/coolaj86/acme-dns-01-route53.js.git" | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"keywords": [ | 
					
						
							|  |  |  | 		"digitalocean", | 
					
						
							|  |  |  | 		"digital-ocean", | 
					
						
							|  |  |  | 		"dns", | 
					
						
							|  |  |  | 		"dns-01", | 
					
						
							|  |  |  | 		"letsencrypt", | 
					
						
							|  |  |  | 		"acme", | 
					
						
							|  |  |  | 		"greenlock" | 
					
						
							|  |  |  | 	], | 
					
						
							|  |  |  | 	"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", | 
					
						
							|  |  |  | 	"license": "MPL-2.0", | 
					
						
							|  |  |  | 	"devDependencies": { | 
					
						
							| 
									
										
										
										
											2019-08-18 22:27:42 -07:00
										 |  |  | 		"dotenv": "^8.1.0" | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"dependencies": { | 
					
						
							|  |  |  | 		"acme-challenge-test": "^3.3.2", | 
					
						
							|  |  |  | 		"aws-signature-v4": "^1.4.0", | 
					
						
							|  |  |  | 		"xml2js": "^0.4.19" | 
					
						
							| 
									
										
										
										
											2019-07-15 21:24:31 -06:00
										 |  |  | 	} | 
					
						
							|  |  |  | } |