-
-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
47 lines (47 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "xabber.web",
"version": "2.2.0",
"description": "Open-source XMPP messenger for web browsers",
"keywords": [
"xmpp",
"jabber",
"messenger",
"chat",
"web",
"javascript"
],
"bugs": {
"url": ""
},
"license": "GPL-3.0",
"author": "Redsolution, Inc.",
"main": "xabber.js",
"repository": {
"type": "git",
"url": "https://github.com/redsolution/xabber-web"
},
"dependencies": {
"xmldom": "^0.4.0"
},
"devDependencies": {
"babel-minify": "~0.5.1",
"backbone": "~1.3.3",
"clean-css-cli": "~4.0.11",
"http-server": "^0.9.0",
"i18next": "^19.8.9",
"jquery": "~3.0.0",
"js-sha256": "~0.9.0",
"magnific-popup": ">0.0.0",
"moment": ">2.19.3",
"npm": "^6.14.0",
"perfect-scrollbar": "~0.6.16",
"requirejs": "~2.3.3",
"requirejs-text": "~2.0.15",
"slug": ">0.0.0",
"strophe.js": "~1.2.13",
"strophejs-plugins": "0.0.7",
"underscore": "~1.8.3",
"unzip": "^0.1.11",
"wavesurfer": ">0.0.0"
}
}