2019-04-08 07:27:04 +00:00
{
"name" : "greenlock-store-test" ,
2019-04-16 05:21:16 +00:00
"version" : "3.0.2" ,
2019-04-08 07:45:55 +00:00
"description" : "The base set of tests for all certificate and keypair storage strategies. Any Greenlock `greenlock-store-` plugin should be able to pass these tests." ,
2019-04-16 05:21:16 +00:00
"homepage" : "https://git.rootprojects.org/root/greenlock-store-test.js" ,
2019-04-08 07:27:04 +00:00
"main" : "index.js" ,
"files" : [ "example.js" ] ,
"dependencies" : { } ,
"devDependencies" : {
"greenlock-store-memory" : "^3.0.3"
} ,
"scripts" : {
"test" : "node example.js"
} ,
"repository" : {
"type" : "git" ,
2019-04-16 05:21:16 +00:00
"url" : "https://git.rootprojects.org/root/greenlock-store-test.js.git"
2019-04-08 07:27:04 +00:00
} ,
"keywords" : [
"ACME" ,
2019-04-16 05:21:16 +00:00
"Let's Encrypt" ,
2019-04-08 07:27:04 +00:00
"Greenlock" ,
"test" ,
"certificate" ,
"key" ,
"management" ,
"credentials" ,
"secure"
] ,
2019-04-16 05:21:16 +00:00
"author" : "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)" ,
2019-04-08 07:27:04 +00:00
"license" : "MPL-2.0"
}