xmpp.chapril.org-conversejs/package.json
JC Brand 088eb03b54 Immediately hide chat room on close.
Also, use sendPresence from latest strophe so that we have a timeout in case a
responding presence never comes.
2016-12-05 10:49:51 +00:00

68 lines
1.5 KiB
JSON

{
"name": "converse.js",
"version": "2.0.3",
"description": "Browser based XMPP instant messaging client",
"main": "main.js",
"directories": {
"doc": "docs",
"locale": "locale",
"src": "src"
},
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git://github.com/jcbrand/converse.js.git"
},
"keywords": [
"XMPP",
"Jabber",
"chat",
"messaging",
"chatrooms",
"webchat"
],
"author": "JC Brand",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/jcbrand/converse.js/issues"
},
"engines": {
"browser": "*"
},
"devDependencies": {
"almond": "~0.3.1",
"backbone": "1.3.3",
"backbone.browserStorage": "0.0.3",
"backbone.overview": "0.0.3",
"bower": "latest",
"clean-css": "^3.4.19",
"crypto-js": "3.1.2-5",
"greenkeeper": "^4.0.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.1.0",
"grunt-json": "^0.2.0",
"http-server": "^0.9.0",
"jed": "0.5.4",
"jquery": "2.2.3",
"jquery-easing": "0.0.1",
"jquery.browser": ">=0.1.0",
"jshint": "^2.9.4",
"moment": "~2.13.0",
"otr": "0.2.16",
"phantom-jasmine": "0.1.8",
"phantomjs": "~1.9.7-1",
"pluggable.js": "0.0.2",
"po2json": "^0.4.4",
"requirejs": "2.3.2",
"requirejs-undertemplate": "~0.0.4",
"strophe.js": "https://github.com/strophe/strophejs#4eeee581da8789d7c5ae0096496f2a6533ec7d74",
"snyk": "^1.21.2",
"strophejs-plugins": "0.0.7",
"text": "requirejs/text#2.0.15",
"underscore": "~1.8.3"
},
"dependencies": {}
}