53 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			53 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  | 	"name": "@root/greenlock", | ||
|  | 	"version": "3.0.0-wip.0", | ||
|  | 	"description": "The easiest Let's Encrypt client for Node.js and Browsers", | ||
|  | 	"homepage": "https://rootprojects.org/greenlock/", | ||
|  | 	"main": "greenlock.js", | ||
|  | 	"browser": {}, | ||
|  | 	"files": [ | ||
|  | 		"*.js", | ||
|  | 		"lib", | ||
|  | 		"dist" | ||
|  | 	], | ||
|  | 	"scripts": { | ||
|  | 		"build": "nodex bin/bundle.js", | ||
|  | 		"lint": "jshint lib bin", | ||
|  | 		"test": "node server.js", | ||
|  | 		"start": "node server.js" | ||
|  | 	}, | ||
|  | 	"repository": { | ||
|  | 		"type": "git", | ||
|  | 		"url": "https://git.coolaj86.com/coolaj86/bluecrypt-acme.js.git" | ||
|  | 	}, | ||
|  | 	"keywords": [ | ||
|  | 		"ACME", | ||
|  | 		"Let's Encrypt", | ||
|  | 		"browser", | ||
|  | 		"EC", | ||
|  | 		"RSA", | ||
|  | 		"CSR", | ||
|  | 		"greenlock", | ||
|  | 		"VanillaJS", | ||
|  | 		"ZeroSSL" | ||
|  | 	], | ||
|  | 	"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", | ||
|  | 	"license": "MPL-2.0", | ||
|  | 	"dependencies": { | ||
|  | 		"@root/acme": "^3.0.0-wip.3", | ||
|  | 		"@root/csr": "^0.8.1", | ||
|  | 		"@root/keypairs": "^0.9.0", | ||
|  | 		"@root/mkdirp": "^1.0.0", | ||
|  | 		"@root/request": "^1.3.10", | ||
|  | 		"acme-dns-01-digitalocean": "^3.0.1", | ||
|  | 		"acme-http-01-standalone": "^3.0.0", | ||
|  | 		"cert-info": "^1.5.1", | ||
|  | 		"greenlock-store-fs": "^3.0.2", | ||
|  | 		"safe-replace": "^1.1.0" | ||
|  | 	}, | ||
|  | 	"devDependencies": { | ||
|  | 		"dotenv": "^8.2.0", | ||
|  | 		"punycode": "^1.4.1" | ||
|  | 	} | ||
|  | } |