UNPKG

833 BJSONView Raw
1{
2 "name" : "sockjs",
3 "author" : "Marek Majkowski",
4 "version" : "0.3.7",
5 "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.",
6 "keywords" : ["websockets", "websocket"],
7 "homepage" : "https://github.com/sockjs/sockjs-node",
8
9 "repository": {"type": "git",
10 "url": "https://github.com/sockjs/sockjs-node.git"},
11 "dependencies": {
12 "node-uuid" : "1.3.3",
13 "faye-websocket" : "0.4.4"
14 },
15 "devDependencies": {
16 "coffee-script" : "1.2.x"
17 },
18 "main": "index"
19}