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

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weibel <michael.weibel@gmail.com>2013-12-16 15:54:17 +0400
committerMichael Weibel <michael.weibel@gmail.com>2013-12-16 15:54:17 +0400
commitf3d424d025b58d66a0c178fb426652201832ef2b (patch)
treeefcaae0348466d149e6274dd56a3e7cb0e1631bb /bower.json
parentbfee0b33f54c7643dd03a25bb2ad89af6e482873 (diff)
Replace Makefile with Gruntfile
- Add package.json for devDependencies (mainly) - Add bower.json for later publishing to bower - Generated from package.json using `grunt sync` - Fix various jshint errors
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..5e1b019
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,33 @@
+{
+ "name": "candy",
+ "version": "1.5.1-dev",
+ "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"
+ ]
+} \ No newline at end of file