39 lines
980 B
JSON
39 lines
980 B
JSON
{
|
|
"name": "le-challenge-dns",
|
|
"version": "2.3.0",
|
|
"description": "A manual (interactive CLI) 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": "git+https://git.coolaj86.com/coolaj86/le-challenge-dns.js.git"
|
|
},
|
|
"keywords": [
|
|
"le",
|
|
"letsencrypt",
|
|
"le-challenge",
|
|
"le-challenge-",
|
|
"le-challenge-dns",
|
|
"manual",
|
|
"interactive",
|
|
"cli",
|
|
"acme",
|
|
"Let's Encrypt v2",
|
|
"LetsEncrypt",
|
|
"challenge",
|
|
"dns",
|
|
"cluster",
|
|
"ephemeral"
|
|
],
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"bugs": {
|
|
"url": "https://git.coolaj86.com/coolaj86/le-challenge-dns.js/issues"
|
|
},
|
|
"homepage": "https://git.coolaj86.com/coolaj86/le-challenge-dns.js",
|
|
"dependencies": {
|
|
}
|
|
}
|