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

37 lines
851 B
JSON
Raw Normal View History

2016-10-14 13:39:54 -06:00
{
2019-05-15 23:10:14 -06:00
"name": "acme-dns-01-cli",
"version": "3.1.0",
2019-04-02 20:59:11 -06:00
"description": "A manual (interactive CLI) dns-based strategy for Greenlock / Let's Encrypt / ACME DNS-01 challenges",
2019-05-15 23:08:24 -06:00
"homepage": "https://greenlock.domains/",
2016-10-14 13:39:54 -06:00
"main": "index.js",
2019-04-02 23:24:18 -06:00
"files": [],
2016-10-14 13:39:54 -06:00
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
2019-05-15 23:08:24 -06:00
"url": "https://git.rootprojects.org/root/acme-dns-01-cli.js.git"
2016-10-14 13:39:54 -06:00
},
"keywords": [
2019-04-02 20:59:11 -06:00
"Let's Encrypt",
"Greenlock",
"ACME",
"dns-01",
"wildcard",
"wildcards",
2016-10-14 13:39:54 -06:00
"manual",
"cli",
"dns",
2019-04-02 20:59:11 -06:00
"challenge"
2016-10-14 13:39:54 -06:00
],
2019-05-15 23:08:24 -06:00
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
"license": "MPL-2.0",
2016-10-14 13:39:54 -06:00
"bugs": {
2019-05-15 23:08:24 -06:00
"url": "https://git.rootprojects.org/root/acme-dns-01-cli.js/issues"
2016-10-14 13:39:54 -06:00
},
"dependencies": {},
"devDependencies": {
"acme-dns-01-test": "^3.1.0"
}
2016-10-14 13:39:54 -06:00
}