xmpp.chapril.org-conversejs/package.json

86 lines
2.1 KiB
JSON
Raw Normal View History

{
2013-07-25 09:12:17 +02:00
"name": "converse.js",
2017-08-09 17:59:21 +02:00
"version": "3.2.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"
},
2015-01-17 13:26:16 +01:00
"engines": {
"browser": "*"
},
"devDependencies": {
2017-02-15 20:33:47 +01:00
"almond": "~0.3.3",
"awesomplete-avoid-xss": "^1.1.2",
2016-12-07 20:13:55 +01:00
"babel-cli": "^6.18.0",
"babel-preset-env": "^1.5.2",
"babel-preset-latest": "^6.16.0",
"backbone": "1.3.3",
"backbone.browserStorage": "0.0.3",
"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",
"clean-css-cli": "^4.0.10",
2017-06-16 11:31:57 +02:00
"emojione": "^3.0.3",
2017-04-05 11:01:31 +02:00
"es6-promise": "^4.1.0",
"eslint": "^3.19.0",
"eslint-plugin-lodash": "^2.3.3",
2017-02-16 14:12:16 +01:00
"font-awesome": "^4.7.0",
2017-06-13 14:58:17 +02:00
"greenkeeper": "^4.2.1",
2016-04-08 09:40:13 +02:00
"grunt": "^1.0.1",
"grunt-cli": "^1.1.0",
"grunt-json": "^0.2.0",
"http-server": "^0.10.0",
"install": "^0.8.5",
"jasmine-core": "2.6.4",
"jed": "0.5.4",
"jquery": "2.2.3",
"jquery.browser": ">=0.1.0",
2016-11-30 13:18:58 +01:00
"jshint": "^2.9.4",
"lodash": "4.17.4",
"lodash-template-loader": "^2.0.0",
2017-04-06 21:55:52 +02:00
"moment": "~2.18.1",
"npm": "^4.1.1",
"otr": "0.2.16",
"pluggable.js": "https://github.com/jcbrand/pluggable.js.git#8f8c8235816f44cda0f855d6ca879445aaa486a1",
"po2json": "^0.4.4",
"requirejs": "2.3.3",
2017-06-13 12:22:02 +02:00
"run-headless-chromium": "^0.1.1",
"sinon": "^2.1.0",
"snyk": "^1.21.2",
2017-06-21 22:51:23 +02:00
"strophe.js": "1.2.14",
"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-04-05 11:01:31 +02:00
"text": "requirejs/text#2.0.15",
2017-07-10 15:54:05 +02:00
"uglify-es": "^3.0.24",
"wait-until-promise": "^1.0.0",
"xss": "^0.3.3"
},
"dependencies": {}
2013-07-25 09:12:17 +02:00
}