proxy-packer.js/package.json

41 lines
953 B
JSON
Raw Normal View History

2016-09-22 19:31:31 +00:00
{
2018-04-29 01:46:32 +00:00
"name": "proxy-packer",
"version": "2.0.3",
2018-04-29 01:10:42 +00:00
"description": "A strategy for packing and unpacking a proxy stream (i.e. packets through a tunnel). Handles multiplexed and tls connections. Used by telebit and telebitd.",
2016-09-22 19:31:31 +00:00
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
2018-04-29 01:10:42 +00:00
"url": "git+https://git.coolaj86.com/coolaj86/proxy-packer.js.git"
2016-09-22 19:31:31 +00:00
},
"keywords": [
"tunnel",
2018-04-29 01:10:42 +00:00
"telebit",
"telebitd",
"localtunnel",
"ngrok",
"underpass",
2016-09-22 19:31:31 +00:00
"tcp",
"sni",
"https",
"ssl",
2018-04-29 01:10:42 +00:00
"tls",
2016-09-22 19:31:31 +00:00
"http",
"proxy",
"pack",
"unpack",
"message",
"msg",
"packer",
"unpacker"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
2018-04-29 01:10:42 +00:00
"url": "https://git.coolaj86.com/coolaj86/proxy-packer.js/issues"
2016-09-22 19:31:31 +00:00
},
2018-04-29 01:10:42 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/proxy-packer.js#readme"
2016-09-22 19:31:31 +00:00
}