28 lines
614 B
JSON
28 lines
614 B
JSON
{
|
|
"name": "le-manage-test",
|
|
"version": "3.0.0",
|
|
"description": "A simple test for Greenlock management strategies. All `le-manage-` plugins should pass this.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "test example.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.coolaj86.com/coolaj86/le-manage-test.js.git"
|
|
},
|
|
"keywords": [
|
|
"Greenlock",
|
|
"Let's",
|
|
"Encrypt",
|
|
"ACME",
|
|
"test",
|
|
"approveDomains",
|
|
"wildcard",
|
|
"SANS",
|
|
"AltNames",
|
|
"Subject"
|
|
],
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
"license": "MPL-2.0"
|
|
}
|