Move javascript websockify files to other/js
This commit is contained in:
parent
36fcd5784f
commit
36cb8f4676
|
|
@ -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.
|
||||||
|
|
@ -1,12 +1,14 @@
|
||||||
{
|
{
|
||||||
"author": "Joel Martin <github@martintribe.org> (http://github.com/kanaka)",
|
"author": "Joel Martin <github@martintribe.org> (http://github.com/kanaka)",
|
||||||
"name": "websockify",
|
"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",
|
"version": "0.5.0-pre",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/kanaka/websockify.git"
|
"url": "git://github.com/kanaka/websockify.git"
|
||||||
},
|
},
|
||||||
|
"files": ["../../docs/LICENSE.LGPL-3"],
|
||||||
"bin": {
|
"bin": {
|
||||||
"websockify": "./websockify.js"
|
"websockify": "./websockify.js"
|
||||||
},
|
},
|
||||||
Loading…
Reference in New Issue