2013-07-29 22:20:52 +02:00
|
|
|
{
|
2015-02-22 15:53:23 +01:00
|
|
|
"name": "converse.js",
|
|
|
|
"description": "Web-based XMPP/Jabber chat client written in javascript",
|
2016-02-10 11:39:28 +01:00
|
|
|
"version": "0.10.1",
|
2015-06-03 09:55:19 +02:00
|
|
|
"license": "MPL-2.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": {
|
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",
|
2015-08-26 14:34:16 +02:00
|
|
|
"underscore": "~1.8.3",
|
2014-04-19 05:12:24 +02:00
|
|
|
"backbone": "1.1.2",
|
2015-12-04 11:17:38 +01:00
|
|
|
"backbone.browserStorage": "0.0.2",
|
2015-08-26 14:34:16 +02:00
|
|
|
"backbone.overview": "0.0.1",
|
2014-04-19 01:30:48 +02:00
|
|
|
"otr": "0.2.12",
|
2015-04-10 01:12:33 +02:00
|
|
|
"crypto-js-evanvosberg": "https://github.com/evanvosberg/crypto-js.git#release-3.1.2-5",
|
2015-02-22 15:53:23 +01:00
|
|
|
"almond": "~0.3.0",
|
2014-04-19 05:12:24 +02:00
|
|
|
"requirejs-text": "~2.0.12",
|
2014-04-19 01:30:48 +02:00
|
|
|
"requirejs-tpl-jcbrand": "*",
|
2015-08-24 17:01:55 +02:00
|
|
|
"momentjs": "~2.10.6",
|
2015-01-23 04:57:02 +01:00
|
|
|
"jquery.browser": ">=0.0.7",
|
2014-07-20 00:20:28 +02:00
|
|
|
"bootstrap": "~3.2.0",
|
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",
|
2015-02-22 15:53:23 +01:00
|
|
|
"skeleton-sass": "~2.0.3",
|
2016-02-06 10:23:50 +01:00
|
|
|
"strophejs": "1.2.4",
|
2015-06-27 08:50:16 +02:00
|
|
|
"strophejs-plugins": "https://github.com/strophe/strophejs-plugins.git#amd",
|
|
|
|
"bourbon": "~4.2.3"
|
2013-07-29 22:20:52 +02:00
|
|
|
},
|
2015-03-09 19:36:47 +01:00
|
|
|
"resolutions": {
|
|
|
|
"backbone": "1.1.2"
|
|
|
|
},
|
2015-05-02 00:20:43 +02:00
|
|
|
"exportsOverride": {},
|
2015-06-27 08:50:16 +02:00
|
|
|
"ignore": [
|
|
|
|
"docs",
|
|
|
|
"mockup"
|
|
|
|
]
|
2013-07-29 22:20:52 +02:00
|
|
|
}
|