{
  "name": "le-challenge-ddns",
  "version": "2.0.6",
  "description": "A dns-based strategy for node-letsencrypt for setting, retrieving, and clearing ACME DNS-01 challenges issued by the ACME server",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://git.rootprojects.org/root/acme-dns-01-root.js.git"
  },
  "keywords": [
    "le",
    "letsencrypt",
    "le-challenge",
    "le-challenge-",
    "le-challenge-dns",
    "le-challenge-ddns",
    "acme",
    "challenge",
    "dns",
    "ddns",
    "cluster",
    "ephemeral"
  ],
  "author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://git.rootprojects.org/root/acme-dns-01-root.js/issues"
  },
  "homepage": "https://git.rootprojects.org/root/acme-dns-01-root.js#readme",
  "dependencies": {
    "cluster-store": "git+https://github.com/mathwhiz1212/cluster-store.git#master",
    "daplie-dns": "git+https://git.rootprojects.org/root/daplie-cli-dns.git#master",
    "daplie-domains": "git+https://git.rootprojects.org/root/daplie-cli-domains.git#master",
    "ddns-cli": "git+https://git.rootprojects.org/root/node-ddns-client.git#master",
    "oauth3-cli": "git+https://github.com/OAuth3/oauth3-cli.git#master"
  }
}
