update keywords

This commit is contained in:
AJ ONeal 2018-08-06 12:33:15 -06:00
parent 994597800b
commit 8705e845cd
1 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "sclient", "name": "sclient",
"version": "1.0.0", "version": "1.0.1",
"description": "Secure Client for exposing TLS (aka SSL) secured services as plain-text connections locally. Also ideal for multiplexing a single port with multiple protocols using SNI.", "description": "Secure Client for exposing TLS (aka SSL) secured services as plain-text connections locally. Also ideal for multiplexing a single port with multiple protocols using SNI.",
"main": "index.js", "main": "index.js",
"bin": { "bin": {
@ -19,9 +19,11 @@
}, },
"keywords": [ "keywords": [
"stunnel", "stunnel",
"s_client", "openssl s_client",
"telebit", "telebit",
"openssl" "netcat",
"telnet",
"socat"
], ],
"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)"