62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "telebitd",
|
|
"version": "0.10.0",
|
|
"description": "Friends don't let friends localhost. Expose your bits with a secure connection even from behind NAT, Firewalls, in a box, with a fox, on a train or in a plane... or a Raspberry Pi in your closet. An attempt to create a better localtunnel.me server, a more open ngrok. Uses Automated HTTPS (Free SSL) via ServerName Indication (SNI). Can also tunnel tls and plain tcp.",
|
|
"main": "telebitd.js",
|
|
"bin": {
|
|
"telebitd": "bin/telebitd.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.coolaj86.com/coolaj86/telebitd.js.git"
|
|
},
|
|
"keywords": [
|
|
"server",
|
|
"daemon",
|
|
"tcp",
|
|
"tls",
|
|
"http",
|
|
"https",
|
|
"sni",
|
|
"servername",
|
|
"indication",
|
|
"stunnel",
|
|
"secure",
|
|
"securetunnel",
|
|
"secure-tunnel",
|
|
"tunnel",
|
|
"localtunnel",
|
|
"localtunnel.me",
|
|
"proxy",
|
|
"reverse",
|
|
"reverse-proxy",
|
|
"reverseproxy",
|
|
"vpn",
|
|
"sni",
|
|
"ngrok"
|
|
],
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"bugs": {
|
|
"url": "https://git.coolaj86.com/coolaj86/telebitd.js/issues"
|
|
},
|
|
"homepage": "https://git.coolaj86.com/coolaj86/telebitd.js",
|
|
"dependencies": {
|
|
"bluebird": "^3.5.1",
|
|
"cluster-store": "^2.0.8",
|
|
"finalhandler": "^1.1.1",
|
|
"greenlock": "^2.2.4",
|
|
"js-yaml": "^3.11.0",
|
|
"jsonwebtoken": "^8.2.1",
|
|
"recase": "^1.0.4",
|
|
"redirect-https": "^1.1.5",
|
|
"serve-static": "^1.13.2",
|
|
"sni": "^1.0.0",
|
|
"tunnel-packer": "^1.4.0",
|
|
"ws": "^5.1.1"
|
|
}
|
|
}
|