update urls
This commit is contained in:
parent
47829f9fa8
commit
9f18e08bda
14
package.json
14
package.json
|
@ -1,21 +1,27 @@
|
||||||
{
|
{
|
||||||
"name": "tunnel-packer",
|
"name": "tunnel-packer",
|
||||||
"version": "1.1.0",
|
"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",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node test.js"
|
"test": "node test.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/Daplie/tunnel-packer.git"
|
"url": "git+https://git.coolaj86.com/coolaj86/proxy-packer.js.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tunnel",
|
"tunnel",
|
||||||
|
"telebit",
|
||||||
|
"telebitd",
|
||||||
|
"localtunnel",
|
||||||
|
"ngrok",
|
||||||
|
"underpass",
|
||||||
"tcp",
|
"tcp",
|
||||||
"sni",
|
"sni",
|
||||||
"https",
|
"https",
|
||||||
"ssl",
|
"ssl",
|
||||||
|
"tls",
|
||||||
"http",
|
"http",
|
||||||
"proxy",
|
"proxy",
|
||||||
"pack",
|
"pack",
|
||||||
|
@ -28,7 +34,7 @@
|
||||||
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||||||
"license": "(MIT OR Apache-2.0)",
|
"license": "(MIT OR Apache-2.0)",
|
||||||
"bugs": {
|
"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