2015-12-12 06:00:31 +00:00
|
|
|
{
|
2017-01-18 00:21:15 +00:00
|
|
|
"name": "greenlock",
|
2019-08-15 03:34:50 +00:00
|
|
|
"version": "2.8.3",
|
2019-05-16 04:21:37 +00:00
|
|
|
"description": "Greenlock is Let's Encrypt (ACME) client for node.js",
|
2019-05-16 06:00:19 +00:00
|
|
|
"homepage": "https://greenlock.domains/",
|
2015-12-12 14:20:12 +00:00
|
|
|
"main": "index.js",
|
2018-06-29 09:27:43 +00:00
|
|
|
"files": [
|
|
|
|
"lib"
|
|
|
|
],
|
2015-12-12 06:00:31 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-05-16 04:07:39 +00:00
|
|
|
"url": "https://git.rootprojects.org/root/greenlock.js.git"
|
2015-12-12 06:00:31 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2018-07-12 08:21:57 +00:00
|
|
|
"Let's Encrypt",
|
|
|
|
"letsencrypt",
|
|
|
|
"ACME",
|
|
|
|
"v2",
|
2018-05-12 02:56:24 +00:00
|
|
|
"auto-sni",
|
2018-07-12 08:21:57 +00:00
|
|
|
"Free SSL",
|
|
|
|
"Automated HTTPS",
|
2018-04-16 01:28:05 +00:00
|
|
|
"tls",
|
2018-12-17 07:43:47 +00:00
|
|
|
"https"
|
2015-12-12 06:00:31 +00:00
|
|
|
],
|
2019-05-16 04:07:39 +00:00
|
|
|
"author": "AJ ONeal <solderjs@gmail.com> (https://solderjs.com/)",
|
2018-12-17 07:43:47 +00:00
|
|
|
"license": "MPL-2.0",
|
2015-12-12 06:00:31 +00:00
|
|
|
"bugs": {
|
2019-05-16 04:07:39 +00:00
|
|
|
"url": "https://git.rootprojects.org/root/greenlock.js/issues"
|
2016-10-08 11:29:17 +00:00
|
|
|
},
|
2018-06-29 08:51:35 +00:00
|
|
|
"trulyOptionalDependencies": {
|
2018-07-04 08:13:11 +00:00
|
|
|
"bluebird": "^3.5.1",
|
2018-12-17 07:43:47 +00:00
|
|
|
"le-acme-core": "^2.1.3"
|
2018-04-24 17:43:27 +00:00
|
|
|
},
|
2015-12-12 13:11:05 +00:00
|
|
|
"dependencies": {
|
2019-08-15 03:34:25 +00:00
|
|
|
"acme": "^1.3.1",
|
2019-06-03 09:30:48 +00:00
|
|
|
"acme-dns-01-cli": "^3.0.0",
|
2019-08-15 03:34:25 +00:00
|
|
|
"acme-v2": "^1.8.2",
|
2019-03-02 20:46:04 +00:00
|
|
|
"cert-info": "^1.5.1",
|
2019-05-09 03:42:47 +00:00
|
|
|
"greenlock-store-fs": "^3.0.2",
|
|
|
|
"keypairs": "^1.2.14",
|
2016-08-09 20:08:41 +00:00
|
|
|
"le-challenge-fs": "^2.0.2",
|
2019-05-09 03:42:47 +00:00
|
|
|
"le-sni-auto": "^2.1.9",
|
2019-06-03 09:30:48 +00:00
|
|
|
"le-store-certbot": "^2.2.3",
|
|
|
|
"rsa-compat": "^2.0.8"
|
2018-04-19 18:50:49 +00:00
|
|
|
},
|
2018-05-12 02:56:24 +00:00
|
|
|
"engines": {
|
2018-05-15 22:12:56 +00:00
|
|
|
"node": ">=4.5"
|
2015-12-12 06:38:46 +00:00
|
|
|
}
|
2015-12-12 06:00:31 +00:00
|
|
|
}
|