2016-08-10 03:20:19 +00:00
{
"name" : "le-challenge-manual" ,
2019-04-06 07:43:39 +00:00
"version" : "3.0.2" ,
2016-08-10 03:20:19 +00:00
"description" : "A cli-based strategy for node-letsencrypt. Prints the ACME challenge Token and Key and then waits for you to hit enter before continuing." ,
"main" : "index.js" ,
2019-04-06 01:02:11 +00:00
"homepage" : "https://git.coolaj86.com/coolaj86/le-challenge-manual.js" ,
2016-08-10 03:20:19 +00:00
"scripts" : {
"test" : "node test.js"
} ,
"repository" : {
"type" : "git" ,
2019-04-06 01:02:11 +00:00
"url" : "https://git.coolaj86.com/coolaj86/le-challenge-manual.js.git"
2016-08-10 03:20:19 +00:00
} ,
"keywords" : [
"le-challenge" ,
"le-challenge-" ,
"manual" ,
"acme" ,
"letsencrypt" ,
"certbot" ,
"cli" ,
"commandline"
] ,
"author" : "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)" ,
2019-04-06 01:02:11 +00:00
"license" : "MPL-2.0" ,
2016-08-10 03:20:19 +00:00
"bugs" : {
2019-04-06 01:02:11 +00:00
"url" : "https://git.coolaj86.com/coolaj86/le-challenge-manual.js/issues"
2019-04-06 07:43:39 +00:00
} ,
"dependencies" : {
"le-challenge-dns" : "^3.0.2" ,
"le-challenge-http" : "^3.0.0"
2019-04-06 01:02:11 +00:00
}
2016-08-10 03:20:19 +00:00
}