telebit.js/package.json

58 lines
1.3 KiB
JSON
Raw Normal View History

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",
2016-09-22 00:42:57 +00:00
"jsonwebtoken": "^7.1.9",
2016-09-22 22:18:35 +00:00
"sni": "^1.0.0",
"tunnel-packer": "^1.2.0",
"ws": "^2.2.3"
2016-09-22 00:42:57 +00:00
}
}