2013-07-29 22:20:52 +02:00
|
|
|
{
|
|
|
|
"name": "converse",
|
2013-08-25 12:58:07 +02:00
|
|
|
"version": "0.6.0",
|
2013-07-29 22:20:52 +02:00
|
|
|
"devDependencies": {
|
2013-07-30 00:13:59 +02:00
|
|
|
"jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x"
|
2013-07-29 22:20:52 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"requirejs": "2.1.8",
|
2013-07-30 00:13:59 +02:00
|
|
|
"jquery": "1.8.3",
|
2013-07-29 22:20:52 +02:00
|
|
|
"jed": "0.5.4",
|
|
|
|
"tinysort": "git://github.com/Sjeiti/TinySort.git",
|
|
|
|
"underscore": "1.5.1",
|
|
|
|
"backbone": "1.0.0",
|
|
|
|
"backbone.localStorage": "1.1.6",
|
|
|
|
"strophe": "git://github.com/strophe/strophejs.git#8e14efdf01856d184f6ba46b3b82c888beacdd98",
|
|
|
|
"strophe.roster": "https://raw.github.com/jcbrand/strophejs-plugins/75c8693992bc357c699b6d615eeb396e799f5c02/roster/strophe.roster.js",
|
|
|
|
"strophe.vcard": "https://raw.github.com/jcbrand/strophejs-plugins/75c8693992bc357c699b6d615eeb396e799f5c02/vcard/strophe.vcard.js",
|
|
|
|
"strophe.disco": "https://raw.github.com/jcbrand/strophejs-plugins/75c8693992bc357c699b6d615eeb396e799f5c02/disco/strophe.disco.js",
|
2013-08-25 23:25:13 +02:00
|
|
|
"strophe.muc": "https://raw.github.com/jcbrand/strophejs-plugins/75c8693992bc357c699b6d615eeb396e799f5c02/muc/strophe.muc.js",
|
|
|
|
"almond": "~0.2.6"
|
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
|
|
|
}
|