-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
49 lines (49 loc) · 1.09 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
48
49
{
"name": "candy-shop",
"version": "1.0.0",
"description": "Multi-user XMPP web client plugins",
"directories": {},
"scripts": {
"test": "grunt ci"
},
"repository": {
"type": "git",
"url": "git://github.com/candy-chat/candy-plugins.git"
},
"keywords": [
"xmpp",
"muc",
"multi-user",
"websocket",
"bosh",
"chat"
],
"contributors": [
{
"name": "Michael Weibel",
"email": "[email protected]"
},
{
"name": "Patrick Stadler",
"email": "[email protected]",
"url": "http://pstadler.sh"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/candy-chat/candy-plugins/issues"
},
"homepage": "http://candy-chat.github.io/candy/",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-coveralls": "^0.3.0",
"intern": "^2.0.1",
"jshint-stylish": "^0.2.0",
"sinon": "git+https://github.com/cjohansen/Sinon.JS.git",
"sinon-chai": "^2.5.0",
"grunt-todo": "~0.4.0",
"grunt-clear": "~0.2.1"
}
}