forked from root/acme.js
v1.1.0
This commit is contained in:
parent
b1405b7faf
commit
744ad130ac
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "acme",
|
"name": "acme",
|
||||||
"version": "1.0.12",
|
"version": "1.1.0",
|
||||||
"description": "The bare essentials of the ACME (Let's Encrypt v2) API. This is a low-level library for building high-level clients.",
|
"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",
|
"homepage": "https://git.coolaj86.com/coolaj86/acme.js",
|
||||||
"main": "node.js",
|
"main": "node.js",
|
||||||
|
@ -39,9 +39,7 @@
|
||||||
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||||||
"license": "(MIT OR Apache-2.0)",
|
"license": "(MIT OR Apache-2.0)",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"acme-v2": "^1.0.7",
|
"acme-v2": "^1.1.0"
|
||||||
"request": "^2.85.0",
|
|
||||||
"rsa-compat": "^1.3.0"
|
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"bluebird": "^3.5.1"
|
"bluebird": "^3.5.1"
|
||||||
|
|
Loading…
Reference in New Issue