source: trip-planner-front/node_modules/sockjs/package.json@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.2 KB
Line 
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.21",
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": "^3.4.0",
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}
Note: See TracBrowser for help on using the repository browser.