acme-dns-01-dnsimple.js/package.json

36 lines
734 B
JSON
Raw Permalink Normal View History

2019-07-24 04:33:32 +00:00
{
"name": "acme-dns-01-dnsimple",
2019-07-31 02:27:59 +00:00
"version": "3.0.1",
2019-07-24 04:33:32 +00:00
"description": "DNSimple + Let's Encrypt for Node.js - ACME dns-01 challenges w/ ACME.js and Greenlock.js",
"main": "index.js",
"files": [
"lib",
"test.js"
],
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
2019-07-31 01:28:13 +00:00
"url": "https://git.rootprojects.org/root/acme-dns-01-dnsimple.js.git"
2019-07-24 04:33:32 +00:00
},
"keywords": [
"dnsimple",
"dns",
"dns-01",
"letsencrypt",
"acme",
"greenlock"
],
2019-07-31 01:28:13 +00:00
"author": "Hitesh Walia <hiteshwar.walia@gmail.com",
"contributors": [
"AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)"
],
2019-07-24 04:33:32 +00:00
"license": "MPL-2.0",
"devDependencies": {
"acme-challenge-test": "^3.3.2",
"dotenv": "^8.0.0"
},
"dependencies": {}
}