Secure Client for node.js. Connect to a secure service via TLS (aka SSL). Also enables multiplexing a single port with multiple protocols via SNI. https://telebit.cloud/sclient
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

31 lines
795 B

{
"name": "sclient",
"version": "1.4.3",
"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",
"homepage": "https://telebit.cloud/sclient/",
"bin": {
"sclient": "bin/sclient.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"bin",
"lib"
],
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/sclient.js.git"
},
"keywords": [
"stunnel",
"openssl s_client",
"telebit",
"netcat",
"telnet",
"socat"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)"
}