-
Notifications
You must be signed in to change notification settings - Fork 784
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move javascript websockify files to other/js
- Loading branch information
Showing
3 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
A JavaScript implementation of the websockify WebSocket-to-TCP bridge/proxy. | ||
|
||
Copyright (C) 2013 - Joel Martin (github.com/kanaka) | ||
|
||
Licensed under LGPL-3. | ||
|
||
See http://github.com/kanaka/websockify for more info. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
{ | ||
"author": "Joel Martin <[email protected]> (http://github.com/kanaka)", | ||
"name": "websockify", | ||
"description": "websockify is a WebSocket to TCP proxy/bridge", | ||
"description": "websockify is a WebSocket-to-TCP proxy/bridge", | ||
"license": "LGPL-3", | ||
"version": "0.5.0-pre", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/kanaka/websockify.git" | ||
}, | ||
"files": ["../../docs/LICENSE.LGPL-3"], | ||
"bin": { | ||
"websockify": "./websockify.js" | ||
}, | ||
|
File renamed without changes.