mirror of
				https://github.com/therootcompany/greenlock.js.git
				synced 2024-11-16 17:29:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			52 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "letsencrypt",
 | |
|   "version": "2.1.7",
 | |
|   "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://github.com/Daplie/node-letsencrypt.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "letsencrypt",
 | |
|     "letsencrypt.org",
 | |
|     "le",
 | |
|     "Let's Encrypt",
 | |
|     "lejs",
 | |
|     "le.js",
 | |
|     "acme",
 | |
|     "node",
 | |
|     "nodejs",
 | |
|     "node.js",
 | |
|     "client"
 | |
|   ],
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
|   "license": "(MIT OR Apache-2.0)",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/Daplie/node-letsencrypt/issues"
 | |
|   },
 | |
|   "homepage": "https://github.com/Daplie/node-letsencrypt#readme",
 | |
|   "devDependencies": {
 | |
|     "request": "^2.75.0"
 | |
|   },
 | |
|   "optionalDependencies": {},
 | |
|   "dependencies": {
 | |
|     "asn1js": "^1.2.12",
 | |
|     "bluebird": "^3.0.6",
 | |
|     "certpem": "^1.0.0",
 | |
|     "homedir": "^0.6.0",
 | |
|     "le-acme-core": "^2.0.5",
 | |
|     "le-challenge-fs": "^2.0.2",
 | |
|     "le-challenge-sni": "^2.0.0",
 | |
|     "le-sni-auto": "^2.0.1",
 | |
|     "le-store-certbot": "^2.0.3",
 | |
|     "localhost.daplie.com-certificates": "^1.2.3",
 | |
|     "node.extend": "^1.1.5",
 | |
|     "pkijs": "^1.3.27",
 | |
|     "rsa-compat": "^1.2.1"
 | |
|   }
 | |
| }
 |