telebit.js/package.json

58 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2016-09-22 00:42:57 +00:00
{
2016-09-30 16:33:38 +00:00
"name": "stunnel",
2017-12-10 12:35:41 +00:00
"version": "0.10.4",
2016-09-30 16:33:38 +00:00
"description": "A pure-JavaScript tunnel client for http and https similar to localtunnel.me, 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": "wsclient.js",
"bin": {
"jstunnel": "bin/stunnel.js",
2016-09-30 21:55:12 +00:00
"stunnel.js": "bin/stunnel.js",
2016-09-30 16:33:38 +00:00
"stunnel-js": "bin/stunnel.js"
},
2016-09-22 00:42:57 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2017-12-10 12:35:41 +00:00
"url": "git+ssh://git.coolaj86.com/coolaj86/stunnel.js.git"
2016-09-22 00:42:57 +00:00
},
"keywords": [
2016-09-30 21:55:12 +00:00
"cli",
"client",
2016-09-22 00:42:57 +00:00
"tcp",
2016-09-30 16:33:38 +00:00
"tls",
"http",
"https",
"sni",
"servername",
"indication",
"stunnel",
"secure",
"securetunnel",
"secure-tunnel",
"tunnel",
"localtunnel",
"localtunnel.me",
"proxy",
"reverse",
"reverse-proxy",
"reverseproxy",
"vpn",
"sni"
2016-09-22 00:42:57 +00:00
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
2017-12-10 12:35:41 +00:00
"url": "https://git.coolaj86.com/coolaj86/stunnel.js/issues"
2016-09-22 00:42:57 +00:00
},
2017-12-10 12:35:41 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/stunnel.js#readme",
2016-09-22 00:42:57 +00:00
"dependencies": {
"bluebird": "^3.5.0",
2016-09-30 16:33:38 +00:00
"commander": "^2.9.0",
2016-09-22 00:42:57 +00:00
"jsonwebtoken": "^7.1.9",
2017-12-10 12:35:41 +00:00
"oauth3.js": "git+https://git.oauth3.org/OAuth3/oauth3.js.git#v1.2",
2016-09-22 22:18:35 +00:00
"sni": "^1.0.0",
2017-12-10 12:35:41 +00:00
"tunnel-packer": "^1.3.0",
"ws": "^2.2.3"
2016-09-22 00:42:57 +00:00
}
}