acme.js/package.json

37 satır
874 B
JSON
Ham Normal Görünüm Geçmiş

2018-03-15 06:41:00 +00:00
{
"name": "acme-v2",
2018-03-21 07:38:21 +00:00
"version": "0.6.2",
2018-03-15 06:41:00 +00:00
"description": "A framework for building letsencrypt clients (and other ACME v2 clients), forked from le-acme-core.js.",
2018-03-21 07:38:21 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/acme-v2.js",
2018-03-15 06:41:00 +00:00
"main": "node.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://gitea@git.coolaj86.com:22042/coolaj86/acme-v2.js.git"
},
"keywords": [
"acmev2",
"acme-v2",
"acme",
2018-03-21 07:41:10 +00:00
"acme2",
"ssl",
"tls",
"https",
"Let's Encrypt",
"letsencrypt",
2018-03-15 06:41:00 +00:00
"letsencrypt-v2",
"letsencryptv2",
2018-03-21 07:41:10 +00:00
"letsencrypt2",
2018-03-15 06:41:00 +00:00
"greenlock",
"greenlock2"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"dependencies": {
"request": "^2.85.0",
"rsa-compat": "^1.3.0"
2018-03-15 06:41:00 +00:00
}
}