acme-http-01-cli.js/package.json

29 lignes
712 B
JSON
Brut Lien permanent Vue normale Historique

{
2019-05-16 05:44:46 +00:00
"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",
2019-05-16 05:44:46 +00:00
"homepage": "https://greenlock.domains/",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
2019-05-16 05:44:46 +00:00
"url": "https://git.rootprojects.org/root/acme-http-01-cli.js.git"
},
"keywords": [
"Let's Encrypt",
"ACME",
"Greenlock",
"http-01",
"certbot",
"cli",
"commandline"
],
2019-05-16 05:44:46 +00:00
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
"license": "MPL-2.0",
"bugs": {
2019-05-16 05:44:46 +00:00
"url": "https://git.rootprojects.org/root/acme-http-01-cli.js/issues"
}
}