Merge commit '36fcd5784fa0825eedbf31d91bc42c970605ddb4'

* commit '36fcd5784fa0825eedbf31d91bc42c970605ddb4':
  Add package file for websockify.js
This commit is contained in:
Peter Åstrand (astrand) 2013-11-27 13:30:05 +01:00
commit b63d197292
1 changed files with 22 additions and 0 deletions

22
other/package.json Normal file
View File

@ -0,0 +1,22 @@
{
"author": "Joel Martin <github@martintribe.org> (http://github.com/kanaka)",
"name": "websockify",
"description": "websockify is a WebSocket to TCP proxy/bridge",
"version": "0.5.0-pre",
"repository": {
"type": "git",
"url": "git://github.com/kanaka/websockify.git"
},
"bin": {
"websockify": "./websockify.js"
},
"engines": {
"node": ">=0.8.9"
},
"dependencies": {
"ws": ">=0.4.27",
"base64": "latest",
"optimist": "latest",
"policyfile": "latest"
}
}