mirror of
				https://git.coolaj86.com/coolaj86/greenlock-store-fs.js.git
				synced 2025-11-04 11:02:47 +00:00 
			
		
		
		
	v3.2.0: updates for greenlock v3
This commit is contained in:
		
							parent
							
								
									ba284d0004
								
							
						
					
					
						commit
						de0f4d25b4
					
				
							
								
								
									
										58
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										58
									
								
								package.json
									
									
									
									
									
								
							@ -1,31 +1,31 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "greenlock-store-fs",
 | 
			
		||||
  "version": "3.0.2",
 | 
			
		||||
  "description": "A file-based certificate store for greenlock that supports wildcards.",
 | 
			
		||||
  "homepage": "https://git.rootprojects.org/root/greenlock-store-fs.js",
 | 
			
		||||
  "main": "index.js",
 | 
			
		||||
  "directories": {
 | 
			
		||||
    "test": "tests"
 | 
			
		||||
  },
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "test": "node tests"
 | 
			
		||||
  },
 | 
			
		||||
  "repository": {
 | 
			
		||||
    "type": "git",
 | 
			
		||||
    "url": "https://git.rootprojects.org/root/greenlock-store-fs.js.git"
 | 
			
		||||
  },
 | 
			
		||||
  "keywords": [
 | 
			
		||||
    "greenlock",
 | 
			
		||||
    "json",
 | 
			
		||||
    "keypairs",
 | 
			
		||||
    "certificates",
 | 
			
		||||
    "store",
 | 
			
		||||
    "database"
 | 
			
		||||
  ],
 | 
			
		||||
  "author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
 | 
			
		||||
  "license": "MPL-2.0",
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@root/mkdirp": "^1.0.0",
 | 
			
		||||
    "safe-replace": "^1.1.0"
 | 
			
		||||
  }
 | 
			
		||||
	"name": "greenlock-store-fs",
 | 
			
		||||
	"version": "3.2.0",
 | 
			
		||||
	"description": "A file-based certificate store for greenlock that supports wildcards.",
 | 
			
		||||
	"homepage": "https://git.rootprojects.org/root/greenlock-store-fs.js",
 | 
			
		||||
	"main": "index.js",
 | 
			
		||||
	"directories": {
 | 
			
		||||
		"test": "tests"
 | 
			
		||||
	},
 | 
			
		||||
	"scripts": {
 | 
			
		||||
		"test": "node tests"
 | 
			
		||||
	},
 | 
			
		||||
	"repository": {
 | 
			
		||||
		"type": "git",
 | 
			
		||||
		"url": "https://git.rootprojects.org/root/greenlock-store-fs.js.git"
 | 
			
		||||
	},
 | 
			
		||||
	"keywords": [
 | 
			
		||||
		"greenlock",
 | 
			
		||||
		"json",
 | 
			
		||||
		"keypairs",
 | 
			
		||||
		"certificates",
 | 
			
		||||
		"store",
 | 
			
		||||
		"database"
 | 
			
		||||
	],
 | 
			
		||||
	"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.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