| 
									
										
										
										
											2016-09-15 19:12:22 -04:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "tunnel-server", | 
					
						
							|  |  |  |   "version": "1.0.0", | 
					
						
							|  |  |  |   "description": "A naive tcp tunnel server", | 
					
						
							|  |  |  |   "main": "serve.js", | 
					
						
							|  |  |  |   "scripts": { | 
					
						
							|  |  |  |     "test": "echo \"Error: no test specified\" && exit 1" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "repository": { | 
					
						
							|  |  |  |     "type": "git", | 
					
						
							|  |  |  |     "url": "git+https://github.com/Daplie/node-tunnel-server.git" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "keywords": [ | 
					
						
							|  |  |  |     "tcp", | 
					
						
							|  |  |  |     "tunnel" | 
					
						
							|  |  |  |   ], | 
					
						
							|  |  |  |   "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" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "homepage": "https://github.com/Daplie/node-tunnel-server#readme", | 
					
						
							|  |  |  |   "dependencies": { | 
					
						
							| 
									
										
										
										
											2016-09-22 18:18:13 -04:00
										 |  |  |     "cluster-store": "^2.0.4", | 
					
						
							| 
									
										
										
										
											2016-09-15 19:12:22 -04:00
										 |  |  |     "jsonwebtoken": "^7.1.9", | 
					
						
							| 
									
										
										
										
											2016-09-22 18:18:13 -04:00
										 |  |  |     "sni": "^1.0.0", | 
					
						
							| 
									
										
										
										
											2016-09-27 21:44:35 -04:00
										 |  |  |     "tunnel-packer": "^1.0.0", | 
					
						
							|  |  |  |     "ws": "^1.1.1" | 
					
						
							| 
									
										
										
										
											2016-09-15 19:12:22 -04:00
										 |  |  |   } | 
					
						
							|  |  |  | } |