2016-10-14 19:39:54 +00:00
{
"name" : "le-challenge-dns" ,
2018-05-01 20:14:15 +00:00
"version" : "2.2.1" ,
2016-10-14 19:39:54 +00:00
"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" ,
2018-05-01 20:14:15 +00:00
"url" : "git+https://git.coolaj86.com/coolaj86/le-challenge-dns.js.git"
2016-10-14 19:39:54 +00:00
} ,
"keywords" : [
"le" ,
"letsencrypt" ,
"le-challenge" ,
"le-challenge-" ,
"le-challenge-dns" ,
"manual" ,
"interactive" ,
"cli" ,
"acme" ,
2018-05-01 20:14:15 +00:00
"Let's Encrypt v2" ,
"LetsEncrypt" ,
2016-10-14 19:39:54 +00:00
"challenge" ,
"dns" ,
"cluster" ,
"ephemeral"
] ,
"author" : "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)" ,
"license" : "(MIT OR Apache-2.0)" ,
"bugs" : {
2018-05-01 20:14:15 +00:00
"url" : "https://git.coolaj86.com/coolaj86/le-challenge-dns.js/issues"
2016-10-14 19:39:54 +00:00
} ,
2018-05-01 20:14:15 +00:00
"homepage" : "https://git.coolaj86.com/coolaj86/le-challenge-dns.js" ,
2016-10-14 19:39:54 +00:00
"dependencies" : {
}
}