32 lines
		
	
	
		
			795 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			795 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "sclient",
 | |
|   "version": "1.2.1",
 | |
|   "description": "Secure Client for exposing TLS (aka SSL) secured services as plain-text connections locally. Also ideal for multiplexing a single port with multiple protocols using SNI.",
 | |
|   "main": "index.js",
 | |
|   "homepage": "https://telebit.cloud/sclient/",
 | |
|   "bin": {
 | |
|     "sclient": "bin/sclient.js"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "test": "echo \"Error: no test specified\" && exit 1"
 | |
|   },
 | |
|   "files": [
 | |
|     "bin",
 | |
|     "lib"
 | |
|   ],
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://git.coolaj86.com/coolaj86/sclient.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "stunnel",
 | |
|     "openssl s_client",
 | |
|     "telebit",
 | |
|     "netcat",
 | |
|     "telnet",
 | |
|     "socat"
 | |
|   ],
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
|   "license": "(MIT OR Apache-2.0)"
 | |
| }
 |