56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"name": "greenlock",
|
|
"version": "2.7.10",
|
|
"description": "Let's Encrypt for node.js on npm",
|
|
"main": "index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.coolaj86.com/coolaj86/greenlock.js.git"
|
|
},
|
|
"keywords": [
|
|
"Let's Encrypt",
|
|
"letsencrypt",
|
|
"ACME",
|
|
"v2",
|
|
"auto-sni",
|
|
"Free SSL",
|
|
"Automated HTTPS",
|
|
"tls",
|
|
"https"
|
|
],
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
"license": "MPL-2.0",
|
|
"bugs": {
|
|
"url": "https://git.coolaj86.com/coolaj86/greenlock.js/issues"
|
|
},
|
|
"homepage": "https://git.coolaj86.com/coolaj86/greenlock.js",
|
|
"devDependencies": {
|
|
"@coolaj86/urequest": "^1.3.7"
|
|
},
|
|
"trulyOptionalDependencies": {
|
|
"bluebird": "^3.5.1",
|
|
"le-acme-core": "^2.1.3"
|
|
},
|
|
"dependencies": {
|
|
"acme": "^1.3.0",
|
|
"acme-v2": "^1.7.5",
|
|
"cert-info": "^1.5.1",
|
|
"keypairs": "^1.2.14",
|
|
"le-challenge-dns": "^3.0.3",
|
|
"le-challenge-fs": "^2.0.2",
|
|
"le-sni-auto": "^2.1.8",
|
|
"le-store-certbot": "^2.2.2",
|
|
"le-store-fs": "^1.0.2",
|
|
"rsa-compat": "^2.0.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.5"
|
|
}
|
|
}
|