mirror of
				https://git.coolaj86.com/coolaj86/greenlock-manager-fs.js.git
				synced 2025-11-04 02:22:48 +00:00 
			
		
		
		
	v0.6.0: updates and fixes for greenlock express
This commit is contained in:
		
							parent
							
								
									b9537f8419
								
							
						
					
					
						commit
						bfb7019a8f
					
				
							
								
								
									
										42
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										42
									
								
								package.json
									
									
									
									
									
								
							@ -1,21 +1,25 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "@greenlock/manager-fs",
 | 
			
		||||
  "version": "0.1.0",
 | 
			
		||||
  "description": "A simple file-based management strategy for Greenlock",
 | 
			
		||||
  "main": "manager.js",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "test": "node tests"
 | 
			
		||||
  },
 | 
			
		||||
  "repository": {
 | 
			
		||||
    "type": "git",
 | 
			
		||||
    "url": "https://git.coolaj86.com/coolaj86/greenlock-manager-fs.js.git"
 | 
			
		||||
  },
 | 
			
		||||
  "keywords": [
 | 
			
		||||
    "Greenlock",
 | 
			
		||||
    "manager",
 | 
			
		||||
    "letsencrypt",
 | 
			
		||||
    "acme"
 | 
			
		||||
  ],
 | 
			
		||||
  "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | 
			
		||||
  "license": "MPL-2.0"
 | 
			
		||||
	"name": "greenlock-manager-fs",
 | 
			
		||||
	"version": "0.6.0",
 | 
			
		||||
	"description": "A simple file-based management strategy for Greenlock",
 | 
			
		||||
	"main": "manager.js",
 | 
			
		||||
	"scripts": {
 | 
			
		||||
		"test": "node tests"
 | 
			
		||||
	},
 | 
			
		||||
	"repository": {
 | 
			
		||||
		"type": "git",
 | 
			
		||||
		"url": "https://git.coolaj86.com/coolaj86/greenlock-manager-fs.js.git"
 | 
			
		||||
	},
 | 
			
		||||
	"keywords": [
 | 
			
		||||
		"Greenlock",
 | 
			
		||||
		"manager",
 | 
			
		||||
		"letsencrypt",
 | 
			
		||||
		"acme"
 | 
			
		||||
	],
 | 
			
		||||
	"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | 
			
		||||
	"license": "MPL-2.0",
 | 
			
		||||
	"dependencies": {
 | 
			
		||||
		"@root/mkdirp": "^1.0.0",
 | 
			
		||||
		"safe-replace": "^1.1.0"
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user