33 lines
		
	
	
		
			865 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			865 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "greenlock-store-test",
 | |
|   "version": "3.0.2",
 | |
|   "description": "The base set of tests for all certificate and keypair storage strategies. Any Greenlock `greenlock-store-` plugin should be able to pass these tests.",
 | |
|   "homepage": "https://git.rootprojects.org/root/greenlock-store-test.js",
 | |
|   "main": "index.js",
 | |
|   "files": ["example.js"],
 | |
|   "dependencies": {},
 | |
|   "devDependencies": {
 | |
|     "greenlock-store-memory": "^3.0.3"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "test": "node example.js"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://git.rootprojects.org/root/greenlock-store-test.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "ACME",
 | |
|     "Let's Encrypt",
 | |
|     "Greenlock",
 | |
|     "test",
 | |
|     "certificate",
 | |
|     "key",
 | |
|     "management",
 | |
|     "credentials",
 | |
|     "secure"
 | |
|   ],
 | |
|   "author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
 | |
|   "license": "MPL-2.0"
 | |
| }
 |