2018-03-15 06:41:00 +00:00
|
|
|
{
|
2018-05-23 04:53:45 +00:00
|
|
|
"name": "acme",
|
2018-12-17 04:32:49 +00:00
|
|
|
"version": "1.2.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": [
|
2018-12-17 04:32:49 +00:00
|
|
|
"Let's Encrypt",
|
|
|
|
"ACME",
|
|
|
|
"https",
|
2018-03-21 07:41:10 +00:00
|
|
|
"ssl",
|
|
|
|
"tls",
|
2018-12-17 04:32:49 +00:00
|
|
|
"acme-draft-12",
|
2018-03-21 07:41:10 +00:00
|
|
|
"letsencrypt",
|
2018-03-15 06:41:00 +00:00
|
|
|
"letsencrypt-v2",
|
2018-12-17 04:32:49 +00:00
|
|
|
"greenlock"
|
2018-03-15 06:41:00 +00:00
|
|
|
],
|
|
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
2018-12-17 04:32:49 +00:00
|
|
|
"license": "MPL-2.0",
|
2018-03-15 06:41:00 +00:00
|
|
|
"dependencies": {
|
2018-12-17 04:32:49 +00:00
|
|
|
"acme-v2": "^1.3.1"
|
2018-03-15 06:41:00 +00:00
|
|
|
}
|
|
|
|
}
|