Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bower.json - github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4819e4dc17d6304d3116b8d6eba1755d6efd32f3 (plain)
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
{
  "name": "candy",
  "version": "2.2.0",
  "homepage": "http://candy-chat.github.io/candy/",
  "authors": [
    "Michael Weibel <michael.weibel@gmail.com>",
    "Patrick Stadler <patrick.stadler@gmail.com>"
  ],
  "description": "Multi-user XMPP web client",
  "main": [
    "candy.min.js"
  ],
  "keywords": [
    "xmpp",
    "muc",
    "multi-user",
    "websocket",
    "bosh",
    "chat"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/candy-chat/candy.git"
  },
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "jquery": "~1.10.2",
    "strophe": "1.1.3",
    "strophejs-plugins": "benlangfeld/strophejs-plugins#30fb089457addc37e01d69c3536dee868a90a9ad",
    "mustache": "0.3.0",
    "jquery-i18n": "1.1.1",
    "bootstrap": "~3.3.6"
  }
}