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

29 rivejä
771 B
JSON

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