acme-http-01-webroot.js/package.json

38 lines
796 B
JSON
Raw Permalink Normal View History

2019-07-23 05:31:48 +00:00
{
"name": "acme-http-01-webroot",
"version": "3.0.0",
"description": "Webroot Authentication + Let's Encrypt for Node.js - ACME http-01 challenges w/ ACME.js and Greenlock.js",
2019-07-23 05:31:48 +00:00
"main": "index.js",
"files": [
"lib",
"test.js"
],
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/acme-http-01-webroot.js.git"
2019-07-23 05:31:48 +00:00
},
"keywords": [
"webroot",
2019-07-31 03:46:43 +00:00
"storage",
"http-01",
2019-07-23 05:31:48 +00:00
"letsencrypt",
"acme",
"greenlock"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
2019-07-31 02:20:59 +00:00
"contributors": [
"AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)"
],
2019-07-23 05:31:48 +00:00
"license": "MPL-2.0",
"devDependencies": {
2019-07-24 04:29:34 +00:00
"acme-challenge-test": "^3.3.2",
2019-07-23 05:31:48 +00:00
"dotenv": "^8.0.0"
2019-07-23 08:30:47 +00:00
},
"dependencies": {
"@root/mkdirp": "^1.0.0"
}
2019-07-23 05:31:48 +00:00
}