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-09-16 14:35:02 +02:00
|
|
|
"version": "2.0.0",
|
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",
|
2016-03-29 08:18:47 +02:00
|
|
|
"sinon": "^1.17.3"
|
2013-07-29 22:20:52 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-09-21 17:57:22 +02:00
|
|
|
"crypto-js-evanvosberg": "https://github.com/evanvosberg/crypto-js.git#release-3.1.2-5",
|
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-06-27 08:50:16 +02:00
|
|
|
"strophejs-plugins": "https://github.com/strophe/strophejs-plugins.git#amd",
|
2016-03-29 08:56:13 +02:00
|
|
|
"bourbon": "~4.2.6"
|
2013-07-29 22:20:52 +02:00
|
|
|
},
|
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
|
|
|
}
|