{ "name": "greenlock-store-memory", "version": "3.0.3", "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 (https://coolaj86.com/)", "license": "MPL-2.0", "dependencies": {} }