🔐 Free SSL, Free Wildcard SSL, and Fully Automated HTTPS for node.js, issued by Let's Encrypt v2 via ACME. Issues and PRs on Github.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
1.6 KiB

8 years ago
{
"name": "greenlock",
"version": "2.3.7",
8 years ago
"description": "Let's Encrypt for node.js on npm",
8 years ago
"main": "index.js",
"files": [
"lib"
],
8 years ago
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
6 years ago
"url": "https://git.coolaj86.com/coolaj86/greenlock.js.git"
8 years ago
},
"keywords": [
"Let's Encrypt",
"letsencrypt",
"ACME",
"v2",
"v02",
"draft-11",
"draft-12",
6 years ago
"auto-sni",
6 years ago
"draft",
"11",
"12",
"Free SSL",
"Automated HTTPS",
6 years ago
"tls",
"https",
6 years ago
"Greenlock",
8 years ago
"letsencrypt.org",
"le",
"le.js",
"node",
"nodejs",
"node.js",
"client"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
7 years ago
"url": "https://git.coolaj86.com/coolaj86/greenlock.js/issues"
8 years ago
},
7 years ago
"homepage": "https://git.coolaj86.com/coolaj86/greenlock.js",
"devDependencies": {
"request": "^2.75.0"
},
6 years ago
"trulyOptionalDependencies": {
6 years ago
"bluebird": "^3.5.1",
6 years ago
"le-acme-core": "^2.1.3",
"ursa": "^0.9.4"
},
8 years ago
"dependencies": {
6 years ago
"acme": "^1.0.6",
"acme-v2": "^1.2.0",
"asn1js": "^1.2.12",
"certpem": "^1.0.0",
8 years ago
"le-challenge-fs": "^2.0.2",
"le-sni-auto": "^2.1.3",
6 years ago
"le-store-certbot": "^2.1.7",
"node.extend": "^1.1.5",
"pkijs": "^1.3.27",
6 years ago
"rsa-compat": "^1.4.0"
},
6 years ago
"engines": {
6 years ago
"node": ">=4.5"
6 years ago
},
"gitDependencies": {
6 years ago
"acme": "git+https://git.coolaj86.com/coolaj86/acme-.js.git#v1.0",
"le-acme-core": "git+https://git.coolaj86.com/coolaj86/le-acme-core.js.git#v2.1"
}
8 years ago
}