{ "name": "telebit-relay", "version": "0.20.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": "lib/relay.js", "bin": { "telebit-relay": "bin/telebit-relay.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.coolaj86.com/coolaj86/telebit-relay.js.git" }, "keywords": [ "http", "https", "sni", "servername", "stunnel", "secure", "securetunnel", "tunnel", "localtunnel", "localtunnel.me", "proxy", "reverse", "vpn", "sni", "ngrok" ], "author": "AJ ONeal (https://coolaj86.com/)", "license": "(MIT OR Apache-2.0)", "bugs": { "url": "https://git.coolaj86.com/coolaj86/telebit-relay.js/issues" }, "homepage": "https://git.coolaj86.com/coolaj86/telebit-relay.js", "dependencies": { "bluebird": "^3.5.1", "cluster-store": "^2.0.8", "finalhandler": "^1.1.1", "greenlock": "^2.2.4", "human-readable-ids": "^1.0.4", "js-yaml": "^3.11.0", "jsonwebtoken": "^8.3.0", "proxy-packer": "^2.0.0", "recase": "^1.0.4", "redirect-https": "^1.1.5", "serve-static": "^1.13.2", "sni": "^1.0.0", "ws": "^5.1.1" }, "engineStrict": true, "engines": { "node": "10.2.1" } }