le-challenge-memory.js/package.json

30 lines
798 B
JSON

{
"name": "le-challenge-standalone",
"version": "2.0.0",
"description": "An in-memory strategy for node-letsencrypt for setting, retrieving, and clearing ACME challenges issued by the ACME server.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daplie/le-challenge-memory.git"
},
"keywords": [
"le-challenge",
"le-challenge-",
"memory",
"in-memory",
"standalone",
"ACME",
"letsencrypt",
"certbot"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://github.com/Daplie/le-challenge-memory/issues"
},
"homepage": "https://github.com/Daplie/le-challenge-memory#readme"
}