29 lines
712 B
JSON
29 lines
712 B
JSON
{
|
|
"name": "acme-http-01-cli",
|
|
"version": "3.0.2",
|
|
"description": "A very simple reference implementation of an ACME http-01 challenge for Greenlock v2.7+ (and v3)",
|
|
"main": "index.js",
|
|
"homepage": "https://greenlock.domains/",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.rootprojects.org/root/acme-http-01-cli.js.git"
|
|
},
|
|
"keywords": [
|
|
"Let's Encrypt",
|
|
"ACME",
|
|
"Greenlock",
|
|
"http-01",
|
|
"certbot",
|
|
"cli",
|
|
"commandline"
|
|
],
|
|
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
|
|
"license": "MPL-2.0",
|
|
"bugs": {
|
|
"url": "https://git.rootprojects.org/root/acme-http-01-cli.js/issues"
|
|
}
|
|
}
|