mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 23:30:10 +00:00
36 lines
787 B
JSON
36 lines
787 B
JSON
{
|
|
"name": "fyipe-acme-http-01",
|
|
"version": "3.0.0",
|
|
"description": "HTTP Authentication (In-Memory) for Let's Encrypt for Node.js - ACME http-01 challenges for FYIPE",
|
|
"main": "index.js",
|
|
"files": [
|
|
"*.js",
|
|
"lib",
|
|
"test.js"
|
|
],
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"keywords": [
|
|
"standalone",
|
|
"memory",
|
|
"http-01",
|
|
"letsencrypt",
|
|
"acme",
|
|
"greenlock",
|
|
"fyipe"
|
|
],
|
|
"author": "Jude Ojini <judoc96@gmail.com>",
|
|
"contributors": [
|
|
"Jude Ojini <judoc96@gmail.com>"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"acme-challenge-test": "^3.3.2",
|
|
"dotenv": "^8.0.0"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1"
|
|
}
|
|
}
|