2
0
mirror of https://github.com/therootcompany/greenlock.js.git synced 2025-03-06 08:40:41 +00:00
greenlock.js/package.json

82 lines
1.7 KiB
JSON
Raw Normal View History

2015-12-11 22:00:31 -08:00
{
"name": "greenlock",
2018-05-15 17:35:42 -06:00
"version": "2.2.15",
2015-12-11 22:00:31 -08:00
"description": "Let's Encrypt for node.js on npm",
2015-12-12 14:20:12 +00:00
"main": "index.js",
2015-12-11 22:00:31 -08:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2017-11-05 07:57:20 -07:00
"url": "git+https://git.coolaj86.com/coolaj86/greenlock.js.git"
2015-12-11 22:00:31 -08:00
},
"keywords": [
2018-04-16 01:28:05 +00:00
"acmev2",
"acmev02",
"acme-v2",
"acme-v02",
"acme",
"acme2",
"acme11",
"acme-draft11",
"acme-draft-11",
2018-05-11 20:56:24 -06:00
"auto-sni",
2018-04-16 01:28:05 +00:00
"draft",
"11",
2018-05-11 20:56:24 -06:00
"free ssl",
"free https",
2018-04-16 01:28:05 +00:00
"free",
"ssl",
"tls",
"https",
"Let's Encrypt",
2015-12-11 22:00:31 -08:00
"letsencrypt",
2018-04-16 01:28:05 +00:00
"letsencrypt-v2",
"letsencrypt-v02",
"letsencryptv2",
"letsencryptv02",
"letsencrypt2",
"v2",
"v02",
2018-05-11 20:56:24 -06:00
"Greenlock",
2015-12-11 22:00:31 -08:00
"letsencrypt.org",
"le",
"lejs",
"le.js",
"node",
"nodejs",
"node.js",
"client"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
2017-11-05 07:57:20 -07:00
"url": "https://git.coolaj86.com/coolaj86/greenlock.js/issues"
2015-12-11 22:00:31 -08:00
},
2017-11-05 07:57:20 -07:00
"homepage": "https://git.coolaj86.com/coolaj86/greenlock.js",
"devDependencies": {
"request": "^2.75.0"
},
2018-04-24 11:43:27 -06:00
"optionalDependencies": {
"bluebird": "^3.5.1"
},
2015-12-12 13:11:05 +00:00
"dependencies": {
2018-05-15 16:12:56 -06:00
"acme-v2": "^1.0.6",
2016-08-09 20:26:27 -06:00
"asn1js": "^1.2.12",
"certpem": "^1.0.0",
2016-08-09 16:08:41 -04:00
"le-challenge-fs": "^2.0.2",
"le-sni-auto": "^2.1.3",
2018-05-15 16:12:56 -06:00
"le-store-certbot": "^2.1.0",
2016-08-08 13:54:27 -06:00
"node.extend": "^1.1.5",
"pkijs": "^1.3.27",
2018-05-15 16:12:56 -06:00
"rsa-compat": "^1.3.2"
2018-04-19 12:50:49 -06:00
},
2018-05-11 20:56:24 -06:00
"engines": {
2018-05-15 16:12:56 -06:00
"node": ">=4.5"
2018-05-11 20:56:24 -06:00
},
2018-04-19 12:50:49 -06:00
"gitDependencies": {
"acme-v2": "git+https://git.coolaj86.com/coolaj86/acme-v2.js.git#v1.0",
"le-acme-core": "git+https://git.coolaj86.com/coolaj86/le-acme-core.js.git#v2.1"
2015-12-12 06:38:46 +00:00
}
2015-12-11 22:00:31 -08:00
}