-
Notifications
You must be signed in to change notification settings - Fork 16
/
bower.json
46 lines (46 loc) · 849 Bytes
/
bower.json
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
38
39
40
41
42
43
44
45
46
{
"name": "diaspora_jsxc",
"homepage": "https://github.com/diaspora/jsxc",
"authors": [
"sualko <klaus@jsxc.org>"
],
"main": [
"build/jsxc.dep.min.js",
"build/jsxc.min.js",
"build/css/jsxc.css"
],
"description": "Real-time chat app",
"keywords": [
"javascript",
"xmpp",
"webrtc",
"otr",
"chat",
"realtime"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"lib/",
"src/",
"sound/",
"scss/",
"template/",
"locales/",
"build/img/",
"build/lib/",
"example/",
"doc/",
"test/"
],
"dependencies": {
"jquery.ui": "~> 1.11.4",
"jquery.slimscroll": "~> 1.3.6",
"jquery-colorbox": "~> 1.6.3",
"jquery-fullscreen-plugin": "~> 0.5.0",
"emojione": "~2.0.1",
"favico.js": "^0.3.10"
}
}