Skip to content

Commit

Permalink
Move javascript websockify files to other/js
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaka committed Jun 27, 2013
1 parent 36fcd57 commit 36cb8f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions other/js/README.md
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.
4 changes: 3 additions & 1 deletion other/package.json → other/js/package.json
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"
},
Expand Down
File renamed without changes.

0 comments on commit 36cb8f4

Please sign in to comment.