forked from html5-ninja/Pusher-chat---jQuery-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpusherchat.jquery.json
More file actions
37 lines (37 loc) · 1.12 KB
/
pusherchat.jquery.json
File metadata and controls
37 lines (37 loc) · 1.12 KB
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
37
{
"name": "pusherchat",
"title": "Pusher Chat - Facebook-like chat jQuery plugin",
"description": "Pusher Chat , is a Facebook like chat jQuery plugin using Pusher API, please visit http://pusher.com. Now you can get easily a chat application on your site.",
"keywords": [
"html5",
"websocket",
"chat",
"pusher-api"
],
"version": "1.0.1",
"author": {
"name": "HTML5 Ninja",
"url": "http://html5-ninja.com/"
},
"maintainers": [
{
"name": "Zied Hosni",
"email": "zied.hosni.mail@gmail.com",
"url": "http://html5-ninja.com/"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/html5-ninja/Pusher-chat---jQuery-plugin/issues",
"homepage": "http://html5-ninja.com/item/Pusher-Chat-jQuery-plugin/7",
"docs": "http://html5-ninja.com/preview/index/7",
"download": "https://github.com/html5-ninja/Pusher-chat---jQuery-plugin",
"dependencies": {
"jquery": ">=1.7",
"pusher" : ">=1.12"
}
}