2016-09-22 00:42:57 +00:00
{
2018-05-27 07:58:37 +00:00
"name" : "telebit" ,
"version" : "0.10.0" ,
"description" : "Break out of localhost. Connect to any device from anywhere over any tcp port or securely in a browser. A secure tunnel. A poor man's reverse VPN." ,
"main" : "remote.js" ,
2016-09-30 16:33:38 +00:00
"bin" : {
2018-05-27 07:58:37 +00:00
"telebit" : "bin/telebit.js"
2016-09-30 16:33:38 +00:00
} ,
2016-09-22 00:42:57 +00:00
"scripts" : {
"test" : "echo \"Error: no test specified\" && exit 1"
} ,
"repository" : {
"type" : "git" ,
2018-05-27 07:58:37 +00:00
"url" : "https://git.coolaj86.com/coolaj86/telebit.js.git"
2016-09-22 00:42:57 +00:00
} ,
"keywords" : [
2016-09-30 21:55:12 +00:00
"cli" ,
"client" ,
2016-09-22 00:42:57 +00:00
"tcp" ,
2016-09-30 16:33:38 +00:00
"tls" ,
"http" ,
"https" ,
"sni" ,
"servername" ,
"indication" ,
"stunnel" ,
"secure" ,
"securetunnel" ,
"secure-tunnel" ,
"tunnel" ,
"localtunnel" ,
"localtunnel.me" ,
2018-05-27 07:58:37 +00:00
"underpass" ,
"ngrok" ,
"ngrok.io" ,
2016-09-30 16:33:38 +00:00
"proxy" ,
"reverse" ,
"reverse-proxy" ,
"reverseproxy" ,
"vpn" ,
"sni"
2016-09-22 00:42:57 +00:00
] ,
"author" : "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)" ,
"license" : "(MIT OR Apache-2.0)" ,
"bugs" : {
2018-05-27 07:58:37 +00:00
"url" : "https://git.coolaj86.com/coolaj86/telebit.js/issues"
2016-09-22 00:42:57 +00:00
} ,
2018-05-27 07:58:37 +00:00
"homepage" : "https://git.coolaj86.com/coolaj86/telebit.js#readme" ,
2016-09-22 00:42:57 +00:00
"dependencies" : {
2018-05-27 07:58:37 +00:00
"bluebird" : "^3.5.1" ,
2016-09-30 16:33:38 +00:00
"commander" : "^2.9.0" ,
2018-05-27 11:02:19 +00:00
"js-yaml" : "^3.11.0" ,
2016-09-22 00:42:57 +00:00
"jsonwebtoken" : "^7.1.9" ,
2018-05-27 11:02:19 +00:00
"recase" : "^1.0.4" ,
2016-09-22 22:18:35 +00:00
"sni" : "^1.0.0" ,
2017-04-28 01:29:16 +00:00
"tunnel-packer" : "^1.2.0" ,
2017-04-10 17:39:27 +00:00
"ws" : "^2.2.3"
2016-09-22 00:42:57 +00:00
}
}