Skip to content

Commit

Permalink
Cut 0.1.6 release, including Bower publication
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdimarco committed Sep 7, 2014
1 parent 0028171 commit 917f93a
Show file tree
Hide file tree
Showing 6 changed files with 2,836 additions and 1 deletion.
33 changes: 33 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "firechat",
"description": "Firechat: Real-time Chat powered by Firebase",
"version": "0.1.6",
"authors": [
"Firebase <support@firebase.com> (https://www.firebase.com/)"
],
"homepage": "https://github.com/firebase/firechat/",
"repository": {
"type": "git",
"url": "https://github.com/firebase/firechat.git"
},
"license": "MIT",
"keywords": [
"chat",
"realtime",
"Firebase",
"websocket",
"authentication",
"synchronization"
],
"main": [
"dist/0.1.6/firechat-default.min.css",
"dist/0.1.6/firechat-default.min.js"
],
"ignore": [
"**/.*",
"node_modules/"
],
"dependencies": {
"firebase": "1.0.x"
}
}
Loading

0 comments on commit 917f93a

Please sign in to comment.