63 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "telebit",
 | 
						|
  "version": "0.11.1",
 | 
						|
  "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": "lib/remote.js",
 | 
						|
  "bin": {
 | 
						|
    "telebit": "bin/telebit.js"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "test": "echo \"Error: no test specified\" && exit 1"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://git.coolaj86.com/coolaj86/telebit.js.git"
 | 
						|
  },
 | 
						|
  "keywords": [
 | 
						|
    "cli",
 | 
						|
    "client",
 | 
						|
    "tcp",
 | 
						|
    "tls",
 | 
						|
    "http",
 | 
						|
    "https",
 | 
						|
    "sni",
 | 
						|
    "servername",
 | 
						|
    "indication",
 | 
						|
    "stunnel",
 | 
						|
    "secure",
 | 
						|
    "securetunnel",
 | 
						|
    "secure-tunnel",
 | 
						|
    "tunnel",
 | 
						|
    "localtunnel",
 | 
						|
    "localtunnel.me",
 | 
						|
    "underpass",
 | 
						|
    "ngrok",
 | 
						|
    "ngrok.io",
 | 
						|
    "proxy",
 | 
						|
    "reverse",
 | 
						|
    "reverse-proxy",
 | 
						|
    "reverseproxy",
 | 
						|
    "vpn",
 | 
						|
    "sni"
 | 
						|
  ],
 | 
						|
  "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | 
						|
  "license": "(MIT OR Apache-2.0)",
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://git.coolaj86.com/coolaj86/telebit.js/issues"
 | 
						|
  },
 | 
						|
  "homepage": "https://git.coolaj86.com/coolaj86/telebit.js#readme",
 | 
						|
  "dependencies": {
 | 
						|
    "bluebird": "^3.5.1",
 | 
						|
    "commander": "^2.9.0",
 | 
						|
    "greenlock": "^2.2.19",
 | 
						|
    "js-yaml": "^3.11.0",
 | 
						|
    "jsonwebtoken": "^7.1.9",
 | 
						|
    "proxy-packer": "^1.4.3",
 | 
						|
    "recase": "^1.0.4",
 | 
						|
    "redirect-https": "^1.1.5",
 | 
						|
    "sni": "^1.0.0",
 | 
						|
    "socket-pair": "^1.0.3",
 | 
						|
    "ws": "^2.2.3"
 | 
						|
  }
 | 
						|
}
 |