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: 58812bc82863a164a50d163969d35474c940d2fd (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
{
  "name": "candy",
  "version": "1.6.0-beta1",
  "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"
  ]
}