-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (42 loc) · 1.44 KB
/
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
{
"name": "FDchat",
"version": "0.0.1",
"homepage": "https://github.com/FairyDwarves/FDchat",
"authors": [
"Asmodehn <asmodehn@gmail.com>"
],
"main": "src/index.html",
"keywords": [
"JavaScript",
"Dojo",
"FairyDwarves",
"Chat"
],
"license": "BSD-3-Clause",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.1.1",
"jquery-ui": "~1.11.4",
"dojo-bootstrap": "~3.0.2",
"dijit": "1.10.4",
"dojo": "1.10.4",
"dojox": "1.10.4",
"util": "dojo-util#1.10.4",
"dgrid": "0.3.17",
"put-selector": "0.3.6",
"xstyle": "0.1.3",
"spinjs": "2.0.1",
"strophe": "git@github.com:strophe/strophejs-bower.git#v1.1.3",
"strophe.roster": "https://raw.github.com/strophe/strophejs-plugins/b1f364eb6e854ffe844c57add38e885cfeb9b498/roster/strophe.roster.js",
"strophe.vcard": "https://raw.github.com/strophe/strophejs-plugins/f5c9e16b463610d501591452cded0359f53aae48/vcard/strophe.vcard.js",
"strophe.disco": "https://raw.github.com/jcbrand/strophejs-plugins/75c8693992bc357c699b6d615eeb396e799f5c02/disco/strophe.disco.js",
"strophe.muc": "https://raw.github.com/strophe/strophejs-plugins/02310ad1b8da2962cd05b0f4bceaecca134efed4/muc/strophe.muc.js"
}
}