2019-04-07 23:23:31 +00:00
{
2019-06-13 07:32:52 +00:00
"name" : "acme-challenge-test" ,
"version" : "3.2.0" ,
"description" : "ACME challenge test harness for Let's Encrypt integrations. Any `acme-http-01-` or `acme-dns-01-` challenge strategy or Greenlock plugin should be able to pass these tests." ,
"main" : "index.js" ,
"homepage" : "https://git.rootprojects.org/root/acme-challenge-test.js" ,
"files" : [
"example.js" ,
"lib"
] ,
"dependencies" : { } ,
"devDependencies" : { } ,
"scripts" : {
"test" : "node example.js"
} ,
"repository" : {
"type" : "git" ,
"url" : "https://git.rootprojects.org/root/acme-challenge-test.js.git"
} ,
"keywords" : [
"Let's Encrypt" ,
"ACME" ,
"http-01" ,
"dns-01" ,
"challenge" ,
"plugin" ,
"module" ,
"strategy" ,
"greenlock"
] ,
"author" : "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)" ,
"license" : "MPL-2.0"
2019-04-07 23:23:31 +00:00
}