{ "name": "le-acme-core", "version": "2.0.6", "description": "A framework for building letsencrypt clients, forked from letiny", "main": "node.js", "browser": "browser.js", "directories": { "example": "example", "test": "test" }, "scripts": { "test": "node example/letsencrypt.js" }, "repository": { "type": "git", "url": "git+https://github.com/Daplie/le-acme-core.git" }, "license": "MPL-2.0", "bugs": { "url": "https://github.com/Daplie/le-acme-core/issues" }, "homepage": "https://github.com/Daplie/le-acme-core#readme", "keywords": [ "le-acme", "le-acme-", "tiny", "acme", "letsencrypt", "client", "pem", "jwk", "pfx" ], "dependencies": { "request": "^2.55.0", "rsa-compat": "^1.2.4" } }