2019-04-07 23:23:31 +00:00
{
2019-06-03 04:08:29 +00:00
"name" : "greenlock-challenge-test" ,
"version" : "3.0.3" ,
2019-06-03 04:10:26 +00:00
"description" : "The base set of tests for all ACME challenge strategies. Any `acme-http-01-`, `acme-dns-01-`, `acme-challenge-`, or greenlock plugin should be able to pass these tests." ,
2019-06-03 04:08:29 +00:00
"main" : "index.js" ,
"homepage" : "https://git.rootprojects.org/root/acme-challenge-test.js" ,
"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"
] ,
"author" : "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)" ,
"license" : "MPL-2.0"
2019-04-07 23:23:31 +00:00
}