-
-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b55d478
commit 32b37b1
Showing
3 changed files
with
191 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
{ | ||
"name": "sockjs", | ||
"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.", | ||
"version": "0.3.21", | ||
"author": "Marek Majkowski", | ||
"bugs": { | ||
"url": "https://github.com/sockjs/sockjs-node/issues" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Bryce Kahle", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Marek Majkowski", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"dependencies": { | ||
"faye-websocket": "^0.11.3", | ||
"uuid": "^8.3.2", | ||
"websocket-driver": "^0.7.4" | ||
}, | ||
"devDependencies": { | ||
"coffeescript": "^1.12.7" | ||
}, | ||
"homepage": "https://github.com/sockjs/sockjs-node", | ||
"keywords": [ | ||
"websockets", | ||
"websocket" | ||
], | ||
"license": "MIT", | ||
"main": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/sockjs/sockjs-node.git" | ||
}, | ||
"scripts": { | ||
"version": "make build && git add Changelog", | ||
"postversion": "npm publish", | ||
"postpublish": "git push origin --all && git push origin --tags" | ||
} | ||
} | ||
{ | ||
"name": "sockjs", | ||
"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.", | ||
"version": "0.3.22", | ||
"author": "Marek Majkowski", | ||
"bugs": { | ||
"url": "https://github.com/sockjs/sockjs-node/issues" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Bryce Kahle", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Marek Majkowski", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"dependencies": { | ||
"faye-websocket": "^0.11.3", | ||
"uuid": "^8.3.2", | ||
"websocket-driver": "^0.7.4" | ||
}, | ||
"devDependencies": { | ||
"coffeescript": "^1.12.7" | ||
}, | ||
"homepage": "https://github.com/sockjs/sockjs-node", | ||
"keywords": [ | ||
"websockets", | ||
"websocket" | ||
], | ||
"license": "MIT", | ||
"main": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/sockjs/sockjs-node.git" | ||
}, | ||
"scripts": { | ||
"version": "make build && git add Changelog", | ||
"postversion": "npm publish", | ||
"postpublish": "git push origin --all && git push origin --tags" | ||
} | ||
} |