2013-07-17 13:00:48 +02:00
|
|
|
{
|
2013-07-25 09:12:17 +02:00
|
|
|
"name": "converse.js",
|
2016-11-30 17:27:20 +01:00
|
|
|
"version": "2.0.2",
|
2013-07-25 09:12:17 +02:00
|
|
|
"description": "Browser based XMPP instant messaging client",
|
|
|
|
"main": "main.js",
|
|
|
|
"directories": {
|
2015-01-17 13:26:16 +01:00
|
|
|
"doc": "docs",
|
|
|
|
"locale": "locale",
|
|
|
|
"src": "src"
|
2013-07-25 09:12:17 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": ""
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/jcbrand/converse.js.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"XMPP",
|
|
|
|
"Jabber",
|
|
|
|
"chat",
|
|
|
|
"messaging",
|
|
|
|
"chatrooms",
|
|
|
|
"webchat"
|
|
|
|
],
|
|
|
|
"author": "JC Brand",
|
2015-10-25 18:49:35 +01:00
|
|
|
"license": "MPL-2.0",
|
2013-07-25 09:12:17 +02:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/jcbrand/converse.js/issues"
|
2013-07-25 09:46:03 +02:00
|
|
|
},
|
2015-01-17 13:26:16 +01:00
|
|
|
"engines": {
|
|
|
|
"browser": "*"
|
|
|
|
},
|
2013-07-25 09:46:03 +02:00
|
|
|
"devDependencies": {
|
2016-10-14 00:04:41 +02:00
|
|
|
"almond": "~0.3.1",
|
|
|
|
"backbone": "1.3.3",
|
|
|
|
"backbone.browserStorage": "0.0.3",
|
2016-11-03 10:44:37 +01:00
|
|
|
"backbone.overview": "0.0.3",
|
2014-05-07 09:38:42 +02:00
|
|
|
"bower": "latest",
|
2016-09-23 13:37:18 +02:00
|
|
|
"clean-css": "^3.4.19",
|
2016-10-14 00:04:41 +02:00
|
|
|
"crypto-js": "3.1.2-5",
|
2016-09-21 17:57:22 +02:00
|
|
|
"greenkeeper": "^4.0.0",
|
2016-04-08 09:40:13 +02:00
|
|
|
"grunt": "^1.0.1",
|
|
|
|
"grunt-cli": "^1.1.0",
|
|
|
|
"grunt-json": "^0.2.0",
|
2016-09-21 18:11:00 +02:00
|
|
|
"http-server": "^0.9.0",
|
2016-10-14 00:04:41 +02:00
|
|
|
"jed": "0.5.4",
|
|
|
|
"jquery": "2.2.3",
|
2016-09-21 17:24:32 +02:00
|
|
|
"jquery-easing": "0.0.1",
|
2016-10-14 00:04:41 +02:00
|
|
|
"jquery.browser": ">=0.1.0",
|
2016-11-30 13:18:58 +01:00
|
|
|
"jshint": "^2.9.4",
|
2016-10-14 00:04:41 +02:00
|
|
|
"moment": "~2.13.0",
|
|
|
|
"otr": "0.2.16",
|
2014-05-07 09:38:42 +02:00
|
|
|
"phantom-jasmine": "0.1.8",
|
2014-07-06 17:32:06 +02:00
|
|
|
"phantomjs": "~1.9.7-1",
|
2016-10-14 00:04:41 +02:00
|
|
|
"pluggable.js": "0.0.2",
|
2016-09-21 18:11:00 +02:00
|
|
|
"po2json": "^0.4.4",
|
2016-09-23 13:10:23 +02:00
|
|
|
"requirejs": "2.3.2",
|
|
|
|
"requirejs-undertemplate": "~0.0.4",
|
2016-11-30 15:17:51 +01:00
|
|
|
"strophe.js": "1.2.10",
|
2016-11-30 15:39:48 +01:00
|
|
|
"snyk": "^1.21.2",
|
2016-10-13 23:54:10 +02:00
|
|
|
"strophejs-plugins": "0.0.7",
|
2016-09-23 15:41:12 +02:00
|
|
|
"text": "requirejs/text#2.0.15",
|
2016-09-16 13:06:52 +02:00
|
|
|
"underscore": "~1.8.3"
|
2016-10-14 00:04:41 +02:00
|
|
|
},
|
|
|
|
"dependencies": {}
|
2013-07-25 09:12:17 +02:00
|
|
|
}
|