summaryrefslogtreecommitdiff
path: root/node_modules/socket.io/support/node-websocket-client/package.json
blob: c6e221f0ff785f450e394a2533c69ece0931649d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name" : "websocket-client",
    "version" : "1.0.0",
    "description" : "An HTML5 Web Sockets client",
    "author" : "Peter Griess <pg@std.in>",
    "engines" : {
        "node" : ">=0.1.98"
    },
    "repositories" : [
        {
            "type" : "git",
            "url" : "http://github.com/pgriess/node-websocket-client.git"
        }
    ],
    "licenses" : [
        {
            "type" : "BSD",
            "url" : "http://github.com/pgriess/node-websocket-client/blob/master/LICENSE"
        }
    ],
    "main" : "./lib/websocket"
}