telebit-relay.js/package.json

59 рядки
1.6 KiB
JSON

2016-09-15 23:12:22 +00:00
{
2018-06-11 17:24:57 +00:00
"name": "telebit-relay",
2018-08-08 09:08:56 +00:00
"version": "0.20.0",
2018-05-23 11:12:39 +00:00
"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.",
2018-06-06 06:59:03 +00:00
"main": "lib/relay.js",
2016-09-30 22:03:41 +00:00
"bin": {
2018-06-11 17:24:57 +00:00
"telebit-relay": "bin/telebit-relay.js"
2016-09-30 22:03:41 +00:00
},
2016-09-15 23:12:22 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2018-06-11 17:24:57 +00:00
"url": "https://git.coolaj86.com/coolaj86/telebit-relay.js.git"
2016-09-15 23:12:22 +00:00
},
"keywords": [
2016-09-30 22:03:41 +00:00
"http",
"https",
"sni",
"servername",
"stunnel",
"secure",
"securetunnel",
"tunnel",
"localtunnel",
"localtunnel.me",
"proxy",
"reverse",
"vpn",
2018-05-23 11:12:39 +00:00
"sni",
"ngrok"
2016-09-15 23:12:22 +00:00
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
2018-06-11 17:24:57 +00:00
"url": "https://git.coolaj86.com/coolaj86/telebit-relay.js/issues"
2016-09-15 23:12:22 +00:00
},
2018-06-11 17:24:57 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/telebit-relay.js",
2016-09-15 23:12:22 +00:00
"dependencies": {
2018-04-21 01:19:57 +00:00
"bluebird": "^3.5.1",
"cluster-store": "^2.0.8",
2018-05-23 11:12:39 +00:00
"finalhandler": "^1.1.1",
2018-04-21 01:19:57 +00:00
"greenlock": "^2.2.4",
2018-06-01 09:04:58 +00:00
"human-readable-ids": "^1.0.4",
2018-05-23 11:12:39 +00:00
"js-yaml": "^3.11.0",
2018-08-08 09:08:56 +00:00
"jsonwebtoken": "^8.3.0",
"proxy-packer": "^2.0.0",
2018-05-23 11:12:39 +00:00
"recase": "^1.0.4",
2018-04-21 01:19:57 +00:00
"redirect-https": "^1.1.5",
2018-05-23 11:12:39 +00:00
"serve-static": "^1.13.2",
2016-09-22 22:18:13 +00:00
"sni": "^1.0.0",
2018-04-21 01:19:57 +00:00
"ws": "^5.1.1"
2018-06-14 09:59:19 +00:00
},
2018-06-14 21:13:09 +00:00
"engineStrict": true,
2018-06-14 09:59:19 +00:00
"engines": {
"node": "10.2.1"
2016-09-15 23:12:22 +00:00
}
}