update urls

This commit is contained in:
AJ ONeal 2018-04-28 19:10:42 -06:00
parent 47829f9fa8
commit 9f18e08bda
1 changed files with 10 additions and 4 deletions

View File

@ -1,21 +1,27 @@
{
"name": "tunnel-packer",
"version": "1.1.0",
"description": "A strategy for packing and unpacking tunneled network messages (or any stream)",
"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.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daplie/tunnel-packer.git"
"url": "git+https://git.coolaj86.com/coolaj86/proxy-packer.js.git"
},
"keywords": [
"tunnel",
"telebit",
"telebitd",
"localtunnel",
"ngrok",
"underpass",
"tcp",
"sni",
"https",
"ssl",
"tls",
"http",
"proxy",
"pack",
@ -28,7 +34,7 @@
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://github.com/Daplie/tunnel-packer/issues"
"url": "https://git.coolaj86.com/coolaj86/proxy-packer.js/issues"
},
"homepage": "https://github.com/Daplie/tunnel-packer#readme"
"homepage": "https://git.coolaj86.com/coolaj86/proxy-packer.js#readme"
}