le-challenge-webroot.js/package.json

38 lines
981 B
JSON
Raw Permalink Normal View History

2016-08-05 08:10:33 +00:00
{
"name": "le-challenge-fs",
2019-04-27 03:17:46 +00:00
"version": "2.0.9",
2016-08-05 08:10:33 +00:00
"description": "A fs-based strategy for node-letsencrypt for setting, retrieving, and clearing ACME challenges issued by the ACME server",
"main": "index.js",
"scripts": {
2016-08-09 17:18:07 +00:00
"test": "node test.js"
2016-08-05 08:10:33 +00:00
},
"repository": {
"type": "git",
2019-04-27 03:17:46 +00:00
"url": "https://git.rootprojects.org/root/acme-http-01-webroot.js.git"
2016-08-05 08:10:33 +00:00
},
"keywords": [
2019-04-27 03:17:46 +00:00
"ACME",
"Let's Encrypt",
2016-10-12 22:32:05 +00:00
"http-01",
2019-04-27 03:17:46 +00:00
"webroot",
"fs",
2016-10-12 22:32:05 +00:00
"le-challenge-fs",
"le-challenge-http",
"le-challenge-webroot",
2019-04-27 03:17:46 +00:00
"letsencrypt"
2016-08-05 08:10:33 +00:00
],
2019-04-27 03:17:46 +00:00
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
"license": "MPL-2.0",
2016-08-05 08:10:33 +00:00
"bugs": {
2019-04-27 03:17:46 +00:00
"url": "https://git.rootprojects.org/root/acme-http-01-webroot.js/issues"
2016-08-05 08:10:33 +00:00
},
2019-04-27 03:17:46 +00:00
"homepage": "https://git.rootprojects.org/root/acme-http-01-webroot.js#readme",
2016-08-09 20:08:17 +00:00
"dependencies": {
2019-04-27 03:17:46 +00:00
"@root/mkdirp": "^1.0.0"
2016-10-12 22:25:17 +00:00
},
"devDependencies": {
"finalhandler": "^0.5.0",
"serve-static": "^1.11.1"
2016-08-09 20:08:17 +00:00
}
2016-08-05 08:10:33 +00:00
}