c3d2-web/content/static/candy/plugins/bower.json
2015-07-22 01:01:23 +02:00

35 lines
661 B
JSON

{
"name": "candy-shop",
"version": "1.0.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 plugins",
"main": [
],
"keywords": [
"xmpp",
"muc",
"multi-user",
"websocket",
"bosh",
"chat"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/candy-chat/candy-plugins.git"
},
"ignore": [
"node_modules",
"bower_components",
"tests"
],
"dependencies": {
"candy": "1.7.0",
"jquery": "~1.10.2"
}
}