30 lines
		
	
	
		
			737 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			737 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "greenlock-store-memory",
 | |
|   "version": "3.0.2",
 | |
|   "description": "An in-memory reference implementation for account, certificate, and keypair storage strategies in Greenlock",
 | |
|   "homepage": "https://git.coolaj86.com/coolaj86/greenlock-store-memory.js",
 | |
|   "main": "index.js",
 | |
|   "directories": {
 | |
|     "test": "tests"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "test": "node tests"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://git.coolaj86.com/coolaj86/greenlock-store-memory.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "greenlock",
 | |
|     "acme",
 | |
|     "json",
 | |
|     "keypairs",
 | |
|     "certificates",
 | |
|     "store",
 | |
|     "database"
 | |
|   ],
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
|   "license": "MPL-2.0",
 | |
|   "dependencies": {}
 | |
| }
 |