websockify/other/js
ags131 cb3eb8ec56 Update package.json
Fixed an issue with installing where websockify.js isnt a binary
Removing websockify.js from bin section allows it to install properly.

Log Below:
npm ERR! Error: ENOENT, chmod '/opt/nodevnc/node_modules/websockify/websockify.js'
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>

npm ERR! System Linux 3.13.0-24-generic
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "node_modules/websockify/"
npm ERR! cwd /opt/nodevnc
npm ERR! node -v v0.10.21
npm ERR! npm -v 1.3.11
npm ERR! path /opt/nodevnc/node_modules/websockify/websockify.js
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /opt/nodevnc/npm-debug.log
npm ERR! not ok code 0
2014-05-16 11:45:24 -05:00
..
README.md Move javascript websockify files to other/js 2013-06-27 16:29:17 -05:00
package.json Update package.json 2014-05-16 11:45:24 -05:00
websockify.js Move javascript websockify files to other/js 2013-06-27 16:29:17 -05:00

README.md

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.