xmpp.chapril.org-conversejs/package.json

74 lines
1.8 KiB
JSON
Raw Normal View History

{
2013-07-25 09:12:17 +02:00
"name": "converse.js",
"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"
},
2015-01-17 13:26:16 +01:00
"engines": {
"browser": "*"
},
"devDependencies": {
"almond": "~0.3.1",
"awesomplete": "^1.1.1",
"backbone": "1.3.3",
"backbone.browserStorage": "0.0.3",
"backbone.overview": "0.0.3",
2014-05-07 09:38:42 +02:00
"bower": "latest",
"clean-css": "^3.4.19",
"eslint": "^3.14.1",
"eslint-plugin-lodash": "^2.3.3",
"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",
"http-server": "^0.9.0",
"install": "^0.8.4",
"jasmine": "https://github.com/jcbrand/jasmine.git#439a7f805eeaec0cabe18a8ecf7e47da1a0afa33",
"jed": "0.5.4",
"jquery": "2.2.3",
"jquery-easing": "0.0.1",
"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",
"moment": "~2.13.0",
"npm": "^4.1.1",
"otr": "0.2.16",
2014-05-07 09:38:42 +02:00
"phantom-jasmine": "0.1.8",
"phantomjs": "~1.9.7-1",
2017-02-10 09:28:08 +01:00
"pluggable.js": "https://github.com/jcbrand/pluggable.js.git#e5fc6a78dd568a120674ff7325da038d5ba9b334",
"po2json": "^0.4.4",
"requirejs": "2.3.2",
"sinon": "^1.17.3",
"snyk": "^1.21.2",
"strophe.js": "1.2.12",
2016-10-13 23:54:10 +02:00
"strophejs-plugins": "0.0.7",
"text": "requirejs/text#2.0.15"
},
"dependencies": {}
2013-07-25 09:12:17 +02:00
}