{
    "name"        : "sockjs",
    "author"      : "Marek Majkowski",
    "version"     : "0.3.6",
    "description" : "SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.",
    "keywords"    : ["websockets", "websocket"],
    "homepage"    : "https://github.com/sockjs/sockjs-node",

    "repository": {"type": "git",
                   "url": "https://github.com/sockjs/sockjs-node.git"},
    "dependencies": {
        "node-uuid"      : "1.3.3",
        "faye-websocket" : "0.4.4"
    },
    "devDependencies": {
        "coffee-script"  : "1.2.x"
    },
    "main": "index"
}
