59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "greenlock",
|
|
"version": "2.4.0",
|
|
"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",
|
|
"Greenlock"
|
|
],
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"bugs": {
|
|
"url": "https://git.coolaj86.com/coolaj86/greenlock.js/issues"
|
|
},
|
|
"homepage": "https://git.coolaj86.com/coolaj86/greenlock.js",
|
|
"devDependencies": {
|
|
"request": "^2.75.0"
|
|
},
|
|
"trulyOptionalDependencies": {
|
|
"bluebird": "^3.5.1",
|
|
"le-acme-core": "^2.1.3",
|
|
"ursa": "^0.9.4"
|
|
},
|
|
"dependencies": {
|
|
"acme": "^1.0.6",
|
|
"acme-v2": "^1.2.0",
|
|
"certpem": "^1.1.0",
|
|
"le-challenge-fs": "^2.0.2",
|
|
"le-sni-auto": "^2.1.3",
|
|
"le-store-certbot": "^2.1.7",
|
|
"rsa-compat": "^1.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.5"
|
|
},
|
|
"gitDependencies": {
|
|
"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"
|
|
}
|
|
}
|