50 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "acme",
 | |
|   "version": "1.0.12",
 | |
|   "description": "The bare essentials of the ACME (Let's Encrypt v2) API. This is a low-level library for building high-level clients.",
 | |
|   "homepage": "https://git.coolaj86.com/coolaj86/acme.js",
 | |
|   "main": "node.js",
 | |
|   "scripts": {
 | |
|     "test": "echo \"Error: no test specified\" && exit 1"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "ssh://gitea@git.coolaj86.com:22042/coolaj86/acme.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "acmev2",
 | |
|     "acmev02",
 | |
|     "acme-v2",
 | |
|     "acme-v02",
 | |
|     "acme",
 | |
|     "acme2",
 | |
|     "acme11",
 | |
|     "acme-draft11",
 | |
|     "acme-draft-11",
 | |
|     "draft",
 | |
|     "11",
 | |
|     "ssl",
 | |
|     "tls",
 | |
|     "https",
 | |
|     "Let's Encrypt",
 | |
|     "letsencrypt",
 | |
|     "letsencrypt-v2",
 | |
|     "letsencrypt-v02",
 | |
|     "letsencryptv2",
 | |
|     "letsencryptv02",
 | |
|     "letsencrypt2",
 | |
|     "greenlock",
 | |
|     "greenlock2"
 | |
|   ],
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
|   "license": "(MIT OR Apache-2.0)",
 | |
|   "dependencies": {
 | |
|     "acme-v2": "^1.0.7",
 | |
|     "request": "^2.85.0",
 | |
|     "rsa-compat": "^1.3.0"
 | |
|   },
 | |
|   "optionalDependencies": {
 | |
|     "bluebird": "^3.5.1"
 | |
|   }
 | |
| }
 |