2016-10-14 19:39:54 +00:00
|
|
|
{
|
2019-05-16 05:08:24 +00:00
|
|
|
"name": "le-challenge-dns",
|
|
|
|
"version": "3.0.5",
|
2019-04-03 02:59:11 +00:00
|
|
|
"description": "A manual (interactive CLI) dns-based strategy for Greenlock / Let's Encrypt / ACME DNS-01 challenges",
|
2019-05-16 05:08:24 +00:00
|
|
|
"homepage": "https://greenlock.domains/",
|
2016-10-14 19:39:54 +00:00
|
|
|
"main": "index.js",
|
2019-04-03 05:24:18 +00:00
|
|
|
"files": [],
|
2016-10-14 19:39:54 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "node test.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-05-16 05:08:24 +00:00
|
|
|
"url": "https://git.rootprojects.org/root/acme-dns-01-cli.js.git"
|
2016-10-14 19:39:54 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2019-04-03 02:59:11 +00:00
|
|
|
"Let's Encrypt",
|
|
|
|
"Greenlock",
|
|
|
|
"ACME",
|
|
|
|
"dns-01",
|
|
|
|
"wildcard",
|
|
|
|
"wildcards",
|
2016-10-14 19:39:54 +00:00
|
|
|
"manual",
|
|
|
|
"cli",
|
|
|
|
"dns",
|
2019-04-03 02:59:11 +00:00
|
|
|
"challenge"
|
2016-10-14 19:39:54 +00:00
|
|
|
],
|
2019-05-16 05:08:24 +00:00
|
|
|
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
|
|
|
|
"license": "MPL-2.0",
|
2016-10-14 19:39:54 +00:00
|
|
|
"bugs": {
|
2019-05-16 05:08:24 +00:00
|
|
|
"url": "https://git.rootprojects.org/root/acme-dns-01-cli.js/issues"
|
2016-10-14 19:39:54 +00:00
|
|
|
},
|
2019-04-06 08:36:52 +00:00
|
|
|
"dependencies": {}
|
2016-10-14 19:39:54 +00:00
|
|
|
}
|