forked from thefonso/jQuery.WebSocket
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebsocket.jquery.json
More file actions
36 lines (36 loc) · 873 Bytes
/
Websocket.jquery.json
File metadata and controls
36 lines (36 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "Websocket",
"title": "jQuery Websocket",
"description": "jQuery plugin for easy websocket access, multiplexing support and (XHR) fallback implementation with same API like websocket.",
"keywords": [
"websocket",
"websockets",
"multiplexing",
"xhr"
],
"version": "0.0.3",
"author": {
"name": "clickalicious UG (i.G.)",
"url": "http://www.clickalicious.de"
},
"maintainers": [
{
"name": "Benjamin Carl",
"email": "opensource@clickalicious.de",
"url": "http://www.clickalicious.de"
}
],
"licenses": [
{
"type": "BSD",
"url": "http://www.opensource.org/licenses/bsd-license.php"
}
],
"bugs": "https://github.com/clickalicious/jQuery.WebSocket/issues",
"homepage": "http://clickalicious.github.com/jQuery.WebSocket/",
"docs": "http://clickalicious.github.com/jQuery.WebSocket/",
"download": "http://code.jquery.com/#websocket",
"dependencies": {
"jquery": ">=1.8"
}
}