acme.js/package.json

31 lines
758 B
JSON
Raw Normal View History

2018-03-15 06:41:00 +00:00
{
2018-05-23 04:53:45 +00:00
"name": "acme",
2019-03-31 08:57:35 +00:00
"version": "1.3.0",
2018-05-23 05:23:06 +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.",
2018-05-23 04:53:45 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/acme.js",
2018-03-15 06:41:00 +00:00
"main": "node.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2018-05-23 04:53:45 +00:00
"url": "ssh://gitea@git.coolaj86.com:22042/coolaj86/acme.js.git"
2018-03-15 06:41:00 +00:00
},
"keywords": [
"Let's Encrypt",
"ACME",
"https",
2018-03-21 07:41:10 +00:00
"ssl",
"tls",
"acme-draft-12",
2018-03-21 07:41:10 +00:00
"letsencrypt",
2018-03-15 06:41:00 +00:00
"letsencrypt-v2",
"greenlock"
2018-03-15 06:41:00 +00:00
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
2018-03-15 06:41:00 +00:00
"dependencies": {
2019-03-31 08:57:35 +00:00
"acme-v2": "^1.6.0"
2018-03-15 06:41:00 +00:00
}
}