{ "name": "letiny-core", "version": "1.0.0", "description": "Tiny ACME client library and CLI", "authors": [ "Anatol Sommer ", "AJ ONeal " ], "license": "MPL-2.0", "repository": { "type": "git", "url": "https://github.com/Daplie/letiny-core.git" }, "keywords": [ "tiny", "acme", "letsencrypt", "client", "pem", "pfx" ], "dependencies": { "node-forge": "^0.6.38", "request": "^2.55.0" }, "optionalDependencies": { "ursa": "^0.9.1" }, "devDependencies": { "mocha": "^2.3.3", "better-assert": "^1.0.2" } }