acme.js/package.json

31 lines
717 B
JSON
Raw Normal View History

2018-03-15 06:41:00 +00:00
{
2019-09-04 01:25:46 +00:00
"name": "acme",
2019-09-04 01:38:35 +00:00
"version": "1.3.2",
2019-09-04 01:25:46 +00:00
"description": "The bare essentials of the ACME (Let's Encrypt v2) API. This is a low-level library for building high-level clients.",
"homepage": "https://git.coolaj86.com/coolaj86/acme.js",
"main": "node.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://gitea@git.coolaj86.com:22042/coolaj86/acme.js.git"
},
"keywords": [
"Let's Encrypt",
"ACME",
"https",
"ssl",
"tls",
"acme-draft-12",
"letsencrypt",
"letsencrypt-v2",
"greenlock"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
"dependencies": {
2019-09-04 01:38:35 +00:00
"acme-v2": "^1.8.4"
2019-09-04 01:25:46 +00:00
}
2018-03-15 06:41:00 +00:00
}