2013-07-29 22:20:52 +02:00
|
|
|
{
|
|
|
|
"name": "converse",
|
2014-04-18 17:47:47 +02:00
|
|
|
"version": "0.8.0",
|
2013-07-29 22:20:52 +02:00
|
|
|
"devDependencies": {
|
2013-11-02 09:15:26 +01:00
|
|
|
"jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x",
|
2014-04-19 01:30:48 +02:00
|
|
|
"otr": "0.2.12",
|
2013-12-30 20:27:57 +01:00
|
|
|
"requirejs-text": "~2.0.10",
|
2014-03-14 19:16:31 +01:00
|
|
|
"requirejs-tpl-jcbrand": "*"
|
2013-07-29 22:20:52 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-04-19 01:30:48 +02:00
|
|
|
"requirejs": "2.1.11",
|
2014-04-19 01:52:44 +02:00
|
|
|
"jquery": "1.11.0",
|
2013-07-29 22:20:52 +02:00
|
|
|
"jed": "0.5.4",
|
2014-04-19 05:12:24 +02:00
|
|
|
"underscore": "1.6.0",
|
|
|
|
"backbone": "1.1.2",
|
2014-06-30 18:53:58 +02:00
|
|
|
"backbone.browserStorage": "*",
|
|
|
|
"backbone.overview": "*",
|
2014-04-19 05:12:24 +02:00
|
|
|
"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",
|
2014-06-01 15:28:52 +02:00
|
|
|
"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",
|
2014-04-19 01:30:48 +02:00
|
|
|
"otr": "0.2.12",
|
2014-02-28 03:04:52 +01:00
|
|
|
"crypto-js-evanvosberg": "~3.1.2",
|
2014-04-19 05:12:24 +02:00
|
|
|
"almond": "~0.2.9",
|
|
|
|
"requirejs-text": "~2.0.12",
|
2014-04-19 01:30:48 +02:00
|
|
|
"requirejs-tpl-jcbrand": "*",
|
2014-04-19 01:52:44 +02:00
|
|
|
"momentjs": "~2.6.0",
|
2014-07-06 15:56:44 +02:00
|
|
|
"jquery.browser": "~0.0.6",
|
|
|
|
"jquery-easing-original": "~1.3.1",
|
2014-07-20 00:20:28 +02:00
|
|
|
"bootstrap": "~3.2.0",
|
|
|
|
"fontawesome": "~4.1.0"
|
2013-07-29 22:20:52 +02:00
|
|
|
},
|
2013-08-25 23:25:13 +02:00
|
|
|
"exportsOverride": {}
|
2013-07-29 22:20:52 +02:00
|
|
|
}
|