2013-07-17 13:00:48 +02:00
|
|
|
{
|
2013-07-25 09:12:17 +02:00
|
|
|
"name": "converse.js",
|
2017-02-14 08:21:05 +01:00
|
|
|
"version": "3.0.0",
|
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": {
|
2017-02-15 20:33:47 +01:00
|
|
|
"almond": "~0.3.3",
|
2017-02-14 11:19:01 +01:00
|
|
|
"awesomplete": "^1.1.1",
|
2016-10-14 00:04:41 +02:00
|
|
|
"backbone": "1.3.3",
|
|
|
|
"backbone.browserStorage": "0.0.3",
|
2016-11-03 10:44:37 +01:00
|
|
|
"backbone.overview": "0.0.3",
|
2017-02-16 11:28:34 +01:00
|
|
|
"bootstrap": "^3.3.7",
|
2017-02-16 11:50:31 +01:00
|
|
|
"bourbon": "^4.3.2",
|
2017-02-01 12:50:23 +01:00
|
|
|
"clean-css": "^3.4.19",
|
2017-03-16 14:01:50 +01:00
|
|
|
"eslint": "^3.16.1",
|
2017-01-26 15:49:02 +01:00
|
|
|
"eslint-plugin-lodash": "^2.3.3",
|
2017-02-16 14:12:16 +01:00
|
|
|
"font-awesome": "^4.7.0",
|
2017-02-01 11:08:26 +01:00
|
|
|
"greenkeeper": "^4.1.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",
|
2017-03-16 14:03:11 +01:00
|
|
|
"install": "^0.8.5",
|
2017-02-14 11:19:01 +01:00
|
|
|
"jasmine": "https://github.com/jcbrand/jasmine.git#439a7f805eeaec0cabe18a8ecf7e47da1a0afa33",
|
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",
|
2017-01-26 10:08:43 +01:00
|
|
|
"lodash": "^4.17.4",
|
2017-01-26 18:13:07 +01:00
|
|
|
"lodash-template-loader": "^2.0.0",
|
2016-10-14 00:04:41 +02:00
|
|
|
"moment": "~2.13.0",
|
2017-01-26 15:49:02 +01:00
|
|
|
"npm": "^4.1.1",
|
2016-10-14 00:04:41 +02:00
|
|
|
"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",
|
2017-02-25 22:17:46 +01:00
|
|
|
"pluggable.js": "1.0.0",
|
2016-09-21 18:11:00 +02:00
|
|
|
"po2json": "^0.4.4",
|
2017-02-19 19:56:30 +01:00
|
|
|
"requirejs": "2.3.3",
|
2017-02-14 11:19:01 +01:00
|
|
|
"sinon": "^1.17.3",
|
2016-11-30 15:39:48 +01:00
|
|
|
"snyk": "^1.21.2",
|
2017-02-25 22:59:53 +01:00
|
|
|
"strophe.js": "1.2.13",
|
2017-02-16 12:49:21 +01:00
|
|
|
"strophejs-plugin-disco": "0.0.1",
|
|
|
|
"strophejs-plugin-ping": "0.0.1",
|
|
|
|
"strophejs-plugin-register": "0.0.1",
|
|
|
|
"strophejs-plugin-rsm": "0.0.1",
|
|
|
|
"strophejs-plugin-vcard": "0.0.1",
|
2017-01-26 10:08:43 +01:00
|
|
|
"text": "requirejs/text#2.0.15"
|
2016-10-14 00:04:41 +02:00
|
|
|
},
|
|
|
|
"dependencies": {}
|
2013-07-25 09:12:17 +02:00
|
|
|
}
|