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

package.json - github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2457b7d29011784d6b5bf999a1dd272adeb4768a (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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
  "name": "candy",
  "version": "1.6.0-beta3",
  "description": "Multi-user XMPP web client",
  "main": "candy.min.js",
  "directories": {
    "doc": "docs",
    "example": "example"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/candy-chat/candy.git"
  },
  "keywords": [
    "xmpp",
    "muc",
    "multi-user",
    "websocket",
    "bosh",
    "chat"
  ],
  "contributors": [
    {
      "name": "Michael Weibel",
      "email": "michael.weibel@gmail.com"
    },
    {
      "name": "Patrick Stadler",
      "email": "patrick.stadler@gmail.com",
      "url": "http://pstadler.sh"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/candy-chat/candy/issues"
  },
  "homepage": "http://candy-chat.github.io/candy/",
  "devDependencies": {
    "jshint-stylish": "~0.1.4",
    "grunt-contrib-jshint": "~0.7.2",
    "grunt": "~0.4.2",
    "grunt-sync-pkg": "~0.1.2",
    "grunt-contrib-uglify": "~0.2.7",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-natural-docs": "~0.1.1",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-mkdir": "~0.1.1",
    "grunt-notify": "~0.2.16"
  }
}