38 lines
815 B
JSON
38 lines
815 B
JSON
{
|
|
"name": "acme-dns-01-cloudflare",
|
|
"version": "0.1.0",
|
|
"description": "Cloudflare DNS for Let's Encrypt / ACME dns-01 challenges with ACME.js and Greenlock.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node ./test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.coolaj86.com/mkg20001/acme-dns-01-cloudflare.git"
|
|
},
|
|
"keywords": [
|
|
"cloudflare",
|
|
"dns",
|
|
"dns-01",
|
|
"letsencrypt",
|
|
"acme",
|
|
"greenlock"
|
|
],
|
|
"author": "Maciej Krüger <mkg20001@gmail.com> (https://mkg20001.io/)",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"@hapi/joi": "^15.1.0",
|
|
"@root/request": "^1.3.11"
|
|
},
|
|
"devDependencies": {
|
|
"acme-dns-01-test": "^3.2.1",
|
|
"standard": "^14.1.0",
|
|
"husky": "^3.0.4"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npx standard --fix && git update-index --again"
|
|
}
|
|
}
|
|
}
|