2018-08-06 18:27:33 +00:00
{
"name" : "sclient" ,
2018-08-06 22:50:15 +00:00
"version" : "1.0.3" ,
2018-08-06 18:27:33 +00:00
"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" ,
2018-08-06 18:49:17 +00:00
"homepage" : "https://git.coolaj86.com/coolaj86/sclient.js" ,
2018-08-06 18:27:33 +00:00
"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" ,
2018-08-06 18:33:15 +00:00
"openssl s_client" ,
2018-08-06 18:27:33 +00:00
"telebit" ,
2018-08-06 18:33:15 +00:00
"netcat" ,
"telnet" ,
"socat"
2018-08-06 18:27:33 +00:00
] ,
"author" : "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)" ,
"license" : "(MIT OR Apache-2.0)"
}