2013-07-29 22:20:52 +02:00
|
|
|
{
|
|
|
|
"name": "converse",
|
2014-12-07 22:50:10 +01:00
|
|
|
"version": "0.8.6",
|
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": {
|
2015-01-17 13:26:16 +01:00
|
|
|
"requirejs": "~2.1.15",
|
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-09-06 13:03:58 +02:00
|
|
|
"strophe": "~1.1.3",
|
2014-10-15 18:37:41 +02:00
|
|
|
"strophe.muc": "https://raw.githubusercontent.com/strophe/strophejs-plugins/master/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-10-06 21:27:06 +02:00
|
|
|
"jquery.browser": "https://raw.githubusercontent.com/jcbrand/jquery-browser-plugin/ae5e88aa7a26f583e8865c3961ba857918c4c9c1/dist/jquery.browser.js",
|
2014-10-07 18:17:19 +02:00
|
|
|
"jquery-easing-original": "https://raw.githubusercontent.com/jcbrand/jquery.easing/7de3458b1845a72c1f407debf6b223c8446396bf/jquery.easing.1.3.js",
|
2014-07-20 00:20:28 +02:00
|
|
|
"bootstrap": "~3.2.0",
|
2014-10-07 18:17:19 +02:00
|
|
|
"bootstrapJS": "https://raw.githubusercontent.com/jcbrand/bootstrap/7d96a5f60d26c67b5348b270a775518b96a702c8/dist/js/bootstrap.js",
|
2014-08-26 19:59:11 +02:00
|
|
|
"fontawesome": "~4.1.0",
|
2014-10-15 19:16:02 +02:00
|
|
|
"typeahead.js": "https://raw.githubusercontent.com/jcbrand/typeahead.js/eedfb10505dd3a20123d1fafc07c1352d83f0ab3/dist/typeahead.jquery.js",
|
2014-12-13 00:14:11 +01:00
|
|
|
"strophejs-plugins": "https://github.com/strophe/strophejs-plugins.git#conversejs",
|
|
|
|
"skeleton-sass": "~2.0.3"
|
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
|
|
|
}
|