greenlock.js/package.json

56 lines
1.2 KiB
JSON
Raw Normal View History

2015-12-12 06:00:31 +00:00
{
"name": "greenlock",
2019-04-08 00:27:49 +00:00
"version": "2.7.14",
2015-12-12 06:00:31 +00:00
"description": "Let's Encrypt for node.js on npm",
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",
2018-06-23 19:55:07 +00:00
"url": "https://git.coolaj86.com/coolaj86/greenlock.js.git"
2015-12-12 06:00:31 +00:00
},
"keywords": [
"Let's Encrypt",
"letsencrypt",
"ACME",
"v2",
2018-05-12 02:56:24 +00:00
"auto-sni",
"Free SSL",
"Automated HTTPS",
2018-04-16 01:28:05 +00:00
"tls",
"https"
2015-12-12 06:00:31 +00:00
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
2015-12-12 06:00:31 +00:00
"bugs": {
2017-11-05 14:57:20 +00:00
"url": "https://git.coolaj86.com/coolaj86/greenlock.js/issues"
2015-12-12 06:00:31 +00:00
},
2017-11-05 14:57:20 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/greenlock.js",
"devDependencies": {
2019-04-03 05:17:55 +00:00
"@coolaj86/urequest": "^1.3.7"
},
2018-06-29 08:51:35 +00:00
"trulyOptionalDependencies": {
2018-07-04 08:13:11 +00:00
"bluebird": "^3.5.1",
"le-acme-core": "^2.1.3"
2018-04-24 17:43:27 +00:00
},
2015-12-12 13:11:05 +00:00
"dependencies": {
2019-03-31 09:12:08 +00:00
"acme": "^1.3.0",
2019-04-08 00:27:49 +00:00
"acme-v2": "^1.7.6",
"cert-info": "^1.5.1",
2019-03-31 09:12:08 +00:00
"keypairs": "^1.2.14",
"le-challenge-dns": "^3.0.3",
2016-08-09 20:08:41 +00:00
"le-challenge-fs": "^2.0.2",
2019-03-31 09:12:08 +00:00
"le-sni-auto": "^2.1.8",
"le-store-certbot": "^2.2.2",
"le-store-fs": "^1.0.2",
2019-03-31 09:12:08 +00:00
"rsa-compat": "^2.0.6"
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
}