update urls
This commit is contained in:
parent
47829f9fa8
commit
9f18e08bda
14
package.json
14
package.json
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue