From 9f18e08bda973941b62e096cb5c2e61ac39c6746 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 28 Apr 2018 19:10:42 -0600 Subject: [PATCH] update urls --- package.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 052ff2c..6d2907e 100644 --- a/package.json +++ b/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 (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" }