1 | {
|
2 | "name": "sockjs",
|
3 | "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.",
|
4 | "version": "0.3.24",
|
5 | "author": "Marek Majkowski",
|
6 | "bugs": {
|
7 | "url": "https://github.com/sockjs/sockjs-node/issues"
|
8 | },
|
9 | "contributors": [
|
10 | {
|
11 | "name": "Bryce Kahle",
|
12 | "email": "bkahle@gmail.com"
|
13 | },
|
14 | {
|
15 | "name": "Marek Majkowski",
|
16 | "email": "deadbeef@popcount.org"
|
17 | }
|
18 | ],
|
19 | "dependencies": {
|
20 | "faye-websocket": "^0.11.3",
|
21 | "uuid": "^8.3.2",
|
22 | "websocket-driver": "^0.7.4"
|
23 | },
|
24 | "devDependencies": {
|
25 | "coffeescript": "^1.12.7"
|
26 | },
|
27 | "homepage": "https://github.com/sockjs/sockjs-node",
|
28 | "keywords": [
|
29 | "websockets",
|
30 | "websocket"
|
31 | ],
|
32 | "license": "MIT",
|
33 | "main": "index",
|
34 | "repository": {
|
35 | "type": "git",
|
36 | "url": "https://github.com/sockjs/sockjs-node.git"
|
37 | },
|
38 | "scripts": {
|
39 | "version": "make build && git add Changelog",
|
40 | "postversion": "npm publish",
|
41 | "postpublish": "git push origin --all && git push origin --tags"
|
42 | }
|
43 | }
|