This commit is contained in:
AJ ONeal 2018-04-21 01:19:57 +00:00
parent 64eec91d11
commit 89718a8a07
1 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
{
"name": "stunneld",
"version": "0.9.1",
"version": "0.9.2",
"description": "A pure-JavaScript tunnel daemon for http and https similar to a localtunnel.me server, but uses TLS (SSL) with ServerName Indication (SNI) over https to work even in harsh network conditions such as in student dorms and behind HOAs, corporate firewalls, public libraries, airports, airplanes, etc. Can also tunnel tls and plain tcp.",
"main": "wstunneld.js",
"bin": {
@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daplie/node-tunnel-server.git"
"url": "git+https://git.coolaj86.com/coolaj86/tunnel-server.js.git"
},
"keywords": [
"server",
@ -42,19 +42,19 @@
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://github.com/Daplie/node-tunnel-server/issues"
"url": "https://git.coolaj86.com/coolaj86/tunnel-server.js/issues"
},
"homepage": "https://github.com/Daplie/node-tunnel-server#readme",
"homepage": "https://git.coolaj86.com/coolaj86/tunnel-server.js",
"dependencies": {
"bluebird": "^3.5.0",
"cluster-store": "^2.0.4",
"commander": "^2.9.0",
"greenlock": "^2.1.12",
"jsonwebtoken": "^7.1.9",
"localhost.daplie.me-certificates": "^1.3.3",
"redirect-https": "^1.1.0",
"bluebird": "^3.5.1",
"cluster-store": "^2.0.8",
"commander": "^2.15.1",
"greenlock": "^2.2.4",
"jsonwebtoken": "^8.2.1",
"localhost.daplie.me-certificates": "^1.3.5",
"redirect-https": "^1.1.5",
"sni": "^1.0.0",
"tunnel-packer": "^1.4.0",
"ws": "^2.2.3"
"ws": "^5.1.1"
}
}