{ "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 (https://coolaj86.com/)", "license": "(MIT OR Apache-2.0)" }