greenlock-challenge-manual.js/package.json

30 lines
813 B
JSON
Raw Normal View History

2016-08-10 03:20:19 +00:00
{
"name": "le-challenge-manual",
2019-04-06 06:19:12 +00:00
"version": "3.0.1",
2016-08-10 03:20:19 +00:00
"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",
2019-04-06 01:02:11 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/le-challenge-manual.js",
2016-08-10 03:20:19 +00:00
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
2019-04-06 01:02:11 +00:00
"url": "https://git.coolaj86.com/coolaj86/le-challenge-manual.js.git"
2016-08-10 03:20:19 +00:00
},
"keywords": [
"le-challenge",
"le-challenge-",
"manual",
"acme",
"letsencrypt",
"certbot",
"cli",
"commandline"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
2019-04-06 01:02:11 +00:00
"license": "MPL-2.0",
2016-08-10 03:20:19 +00:00
"bugs": {
2019-04-06 01:02:11 +00:00
"url": "https://git.coolaj86.com/coolaj86/le-challenge-manual.js/issues"
}
2016-08-10 03:20:19 +00:00
}