xmpp.chapril.org-conversejs/bower.json

28 lines
876 B
JSON
Raw Normal View History

{
"name": "converse.js",
"description": "Web-based XMPP/Jabber chat client written in javascript",
2016-08-12 22:52:21 +02:00
"version": "1.0.6",
"license": "MPL-2.0",
"devDependencies": {
2013-11-02 09:15:26 +01:00
"jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x",
"sinon": "^1.17.3"
},
"dependencies": {
"requirejs": "~2.2.0",
"crypto-js-evanvosberg": "https://github.com/evanvosberg/crypto-js.git#release-3.1.2-5",
"requirejs-text": "~2.0.14",
"requirejs-tpl-jcbrand": "*",
2014-07-20 00:20:28 +02:00
"bootstrap": "~3.2.0",
"fontawesome": "~4.1.0",
"typeahead.js": "https://raw.githubusercontent.com/jcbrand/typeahead.js/eedfb10505dd3a20123d1fafc07c1352d83f0ab3/dist/typeahead.jquery.js",
2016-06-20 21:11:43 +02:00
"strophejs": "1.2.7",
"strophejs-plugins": "https://github.com/strophe/strophejs-plugins.git#amd",
"bourbon": "~4.2.6"
},
"exportsOverride": {},
"ignore": [
"docs",
"mockup"
]
}