mirror of
				https://github.com/therootcompany/greenlock.js.git
				synced 2024-11-16 17:29:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			85 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			85 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "greenlock",
 | |
|   "version": "2.2.10",
 | |
|   "description": "Let's Encrypt for node.js on npm",
 | |
|   "main": "index.js",
 | |
|   "scripts": {
 | |
|     "test": "echo \"Error: no test specified\" && exit 1"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://git.coolaj86.com/coolaj86/greenlock.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "acmev2",
 | |
|     "acmev02",
 | |
|     "acme-v2",
 | |
|     "acme-v02",
 | |
|     "acme",
 | |
|     "acme2",
 | |
|     "acme11",
 | |
|     "acme-draft11",
 | |
|     "acme-draft-11",
 | |
|     "auto-sni",
 | |
|     "draft",
 | |
|     "11",
 | |
|     "free ssl",
 | |
|     "free https",
 | |
|     "free",
 | |
|     "ssl",
 | |
|     "tls",
 | |
|     "https",
 | |
|     "Let's Encrypt",
 | |
|     "letsencrypt",
 | |
|     "letsencrypt-v2",
 | |
|     "letsencrypt-v02",
 | |
|     "letsencryptv2",
 | |
|     "letsencryptv02",
 | |
|     "letsencrypt2",
 | |
|     "v2",
 | |
|     "v02",
 | |
|     "Greenlock",
 | |
|     "letsencrypt.org",
 | |
|     "le",
 | |
|     "lejs",
 | |
|     "le.js",
 | |
|     "node",
 | |
|     "nodejs",
 | |
|     "node.js",
 | |
|     "client"
 | |
|   ],
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
|   "license": "(MIT OR Apache-2.0)",
 | |
|   "bugs": {
 | |
|     "url": "https://git.coolaj86.com/coolaj86/greenlock.js/issues"
 | |
|   },
 | |
|   "homepage": "https://git.coolaj86.com/coolaj86/greenlock.js",
 | |
|   "devDependencies": {
 | |
|     "request": "^2.75.0"
 | |
|   },
 | |
|   "optionalDependencies": {
 | |
|     "bluebird": "^3.5.1"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "acme-v2": "^1.0.2",
 | |
|     "asn1js": "^1.2.12",
 | |
|     "certpem": "^1.0.0",
 | |
|     "homedir": "^0.6.0",
 | |
|     "le-acme-core": "^2.1.2",
 | |
|     "le-challenge-fs": "^2.0.2",
 | |
|     "le-challenge-sni": "^2.0.0",
 | |
|     "le-sni-auto": "^2.1.3",
 | |
|     "le-store-certbot": "^2.0.3",
 | |
|     "node.extend": "^1.1.5",
 | |
|     "pkijs": "^1.3.27",
 | |
|     "rsa-compat": "^1.2.1"
 | |
|   },
 | |
|   "engines": {
 | |
|     { "node" : ">=4.5" }
 | |
|   },
 | |
|   "gitDependencies": {
 | |
|     "acme-v2": "git+https://git.coolaj86.com/coolaj86/acme-v2.js.git#v1.0",
 | |
|     "le-acme-core": "git+https://git.coolaj86.com/coolaj86/le-acme-core.js.git#v2.1"
 | |
|   }
 | |
| }
 |