34 lines
906 B
JSON
34 lines
906 B
JSON
{
|
|
"name": "le-challenge-manual",
|
|
"version": "3.0.2",
|
|
"description": "A cli-based strategy for node-letsencrypt. Prints the ACME challenge Token and Key and then waits for you to hit enter before continuing.",
|
|
"main": "index.js",
|
|
"homepage": "https://git.coolaj86.com/coolaj86/le-challenge-manual.js",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.coolaj86.com/coolaj86/le-challenge-manual.js.git"
|
|
},
|
|
"keywords": [
|
|
"le-challenge",
|
|
"le-challenge-",
|
|
"manual",
|
|
"acme",
|
|
"letsencrypt",
|
|
"certbot",
|
|
"cli",
|
|
"commandline"
|
|
],
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
"license": "MPL-2.0",
|
|
"bugs": {
|
|
"url": "https://git.coolaj86.com/coolaj86/le-challenge-manual.js/issues"
|
|
},
|
|
"dependencies": {
|
|
"le-challenge-dns": "^3.0.2",
|
|
"le-challenge-http": "^3.0.0"
|
|
}
|
|
}
|