simplify keywords, add draft-12

This commit is contained in:
AJ ONeal 2018-07-07 14:00:22 -06:00
parent 125d31b2c4
commit 91f90d5689
1 changed files with 10 additions and 23 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "acme-v2", "name": "acme-v2",
"version": "1.1.1", "version": "1.1.2",
"description": "Free SSL. A framework for building Let's Encrypt v2 clients, and other ACME v2 (draft 11) clients. Successor to le-acme-core.js", "description": "Free SSL. A framework for building Let's Encrypt v2 clients, and other ACME v2 (draft 11) clients. Successor to le-acme-core.js",
"homepage": "https://git.coolaj86.com/coolaj86/acme-v2.js", "homepage": "https://git.coolaj86.com/coolaj86/acme-v2.js",
"main": "node.js", "main": "node.js",
@ -12,29 +12,16 @@
"url": "ssh://gitea@git.coolaj86.com:22042/coolaj86/acme-v2.js.git" "url": "ssh://gitea@git.coolaj86.com:22042/coolaj86/acme-v2.js.git"
}, },
"keywords": [ "keywords": [
"acmev2",
"acmev02",
"acme-v2",
"acme-v02",
"acme",
"acme2",
"acme11",
"acme-draft11",
"acme-draft-11",
"draft",
"11",
"ssl",
"tls",
"https",
"Let's Encrypt", "Let's Encrypt",
"letsencrypt", "ACME",
"letsencrypt-v2", "v02",
"letsencrypt-v02", "v2",
"letsencryptv2", "draft-11",
"letsencryptv02", "draft-12",
"letsencrypt2", "free ssl",
"greenlock", "tls",
"greenlock2" "automated https",
"letsencrypt"
], ],
"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)",