{ "name": "acme-dns-01-cloudflare", "version": "0.1.0", "description": "Cloudflare DNS for Let's Encrypt / ACME dns-01 challenges with ACME.js and Greenlock.js", "main": "index.js", "scripts": { "test": "node ./test.js" }, "repository": { "type": "git", "url": "https://git.coolaj86.com/mkg20001/acme-dns-01-cloudflare.git" }, "keywords": [ "cloudflare", "dns", "dns-01", "letsencrypt", "acme", "greenlock" ], "author": "Maciej Krüger (https://mkg20001.io/)", "license": "MPL-2.0", "dependencies": { "@hapi/joi": "^15.1.0", "@root/request": "^1.3.11" }, "devDependencies": { "acme-dns-01-test": "^3.2.1" } }