38 lines
		
	
	
		
			981 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			981 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "le-challenge-fs",
 | |
|   "version": "2.0.9",
 | |
|   "description": "A fs-based strategy for node-letsencrypt for setting, retrieving, and clearing ACME challenges issued by the ACME server",
 | |
|   "main": "index.js",
 | |
|   "scripts": {
 | |
|     "test": "node test.js"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://git.rootprojects.org/root/acme-http-01-webroot.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "ACME",
 | |
|     "Let's Encrypt",
 | |
|     "http-01",
 | |
|     "webroot",
 | |
|     "fs",
 | |
|     "le-challenge-fs",
 | |
|     "le-challenge-http",
 | |
|     "le-challenge-webroot",
 | |
|     "letsencrypt"
 | |
|   ],
 | |
|   "author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
 | |
|   "license": "MPL-2.0",
 | |
|   "bugs": {
 | |
|     "url": "https://git.rootprojects.org/root/acme-http-01-webroot.js/issues"
 | |
|   },
 | |
|   "homepage": "https://git.rootprojects.org/root/acme-http-01-webroot.js#readme",
 | |
|   "dependencies": {
 | |
|     "@root/mkdirp": "^1.0.0"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "finalhandler": "^0.5.0",
 | |
|     "serve-static": "^1.11.1"
 | |
|   }
 | |
| }
 |