le-challenge-memory.js/package.json

30 lines
767 B
JSON
Raw Normal View History

2016-08-10 03:32:39 +00:00
{
"name": "le-challenge-standalone",
2019-05-16 07:26:21 +00:00
"version": "2.1.1",
2016-08-10 03:32:39 +00:00
"description": "An in-memory strategy for node-letsencrypt for setting, retrieving, and clearing ACME challenges issued by the ACME server.",
2019-05-16 07:17:53 +00:00
"homepage": "https://greenlock.domains/",
2016-08-10 03:32:39 +00:00
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
2019-05-16 07:17:53 +00:00
"url": "https://rootprojects.org/root/acme-http-01-memory.git"
2016-08-10 03:32:39 +00:00
},
"keywords": [
"le-challenge",
"le-challenge-",
"memory",
"in-memory",
"standalone",
"ACME",
"letsencrypt",
"certbot"
],
2019-05-16 07:17:53 +00:00
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
"license": "MPL-2.0",
2016-08-10 03:32:39 +00:00
"bugs": {
2019-05-16 07:17:53 +00:00
"url": "https://rootprojects.org/root/acme-http-01-memory.js/issues"
}
2016-08-10 03:32:39 +00:00
}