summaryrefslogtreecommitdiff
path: root/other/js/package.json
blob: c1422b8ac570acd0cb416f7acdf3c989d5f7aa96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "author": "Joel Martin <github@martintribe.org> (http://github.com/kanaka)",
  "name": "websockify",
  "description": "websockify is a WebSocket-to-TCP proxy/bridge",
  "license": "LGPL-3",
  "version": "0.6.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/kanaka/websockify.git"
  },
  "files": ["../../docs/LICENSE.LGPL-3"],
  "bin": {
    "websockify": "./websockify.js"
  },
  "engines": {
    "node": ">=0.8.9"
  },
  "dependencies": {
    "ws": ">=0.4.27",
    "base64": "latest",
    "optimist": "latest",
    "policyfile": "latest"
  }
}