xmpp.chapril.org-conversejs/bower.json

46 lines
1.5 KiB
JSON
Raw Normal View History

{
"name": "converse.js",
"description": "Web-based XMPP/Jabber chat client written in javascript",
2015-07-04 17:21:21 +02:00
"version": "0.9.4",
"license": "MPL-2.0",
"devDependencies": {
2013-11-02 09:15:26 +01:00
"jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x",
"otr": "0.2.12",
"requirejs-text": "~2.0.10",
"requirejs-tpl-jcbrand": "*"
},
"dependencies": {
2015-01-17 13:26:16 +01:00
"requirejs": "~2.1.15",
"jquery": "1.11.0",
"jed": "0.5.4",
2015-03-09 19:36:47 +01:00
"underscore": "~1.8.2",
"backbone": "1.1.2",
"backbone.browserStorage": "*",
"backbone.overview": "*",
"otr": "0.2.12",
"crypto-js-evanvosberg": "https://github.com/evanvosberg/crypto-js.git#release-3.1.2-5",
"almond": "~0.3.0",
"requirejs-text": "~2.0.12",
"requirejs-tpl-jcbrand": "*",
"momentjs": "~2.10.3",
"jquery.browser": ">=0.0.7",
"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",
"bootstrapJS": "https://raw.githubusercontent.com/jcbrand/bootstrap/7d96a5f60d26c67b5348b270a775518b96a702c8/dist/js/bootstrap.js",
"fontawesome": "~4.1.0",
"typeahead.js": "https://raw.githubusercontent.com/jcbrand/typeahead.js/eedfb10505dd3a20123d1fafc07c1352d83f0ab3/dist/typeahead.jquery.js",
"skeleton-sass": "~2.0.3",
2015-07-05 15:00:14 +02:00
"strophejs": "1.2.2",
"strophejs-plugins": "https://github.com/strophe/strophejs-plugins.git#amd",
"bourbon": "~4.2.3"
},
2015-03-09 19:36:47 +01:00
"resolutions": {
"backbone": "1.1.2"
},
"exportsOverride": {},
"ignore": [
"docs",
"mockup"
]
}