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

36 lines
862 B
JSON
Raw Normal View History

2016-10-14 19:39:54 +00:00
{
"name": "le-challenge-dns",
2019-04-03 02:59:11 +00:00
"version": "3.0.0",
"description": "A manual (interactive CLI) dns-based strategy for Greenlock / Let's Encrypt / ACME DNS-01 challenges",
2016-10-14 19:39:54 +00:00
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
2018-05-01 20:14:15 +00:00
"url": "git+https://git.coolaj86.com/coolaj86/le-challenge-dns.js.git"
2016-10-14 19:39:54 +00:00
},
"keywords": [
2019-04-03 02:59:11 +00:00
"Let's Encrypt",
"Greenlock",
"ACME",
"dns-01",
"wildcard",
"wildcards",
2016-10-14 19:39:54 +00:00
"letsencrypt",
"manual",
"interactive",
"cli",
"dns",
2019-04-03 02:59:11 +00:00
"challenge"
2016-10-14 19:39:54 +00:00
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
2018-05-01 20:14:15 +00:00
"url": "https://git.coolaj86.com/coolaj86/le-challenge-dns.js/issues"
2016-10-14 19:39:54 +00:00
},
2018-05-01 20:14:15 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/le-challenge-dns.js",
2016-10-14 19:39:54 +00:00
"dependencies": {
}
}