Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 917f93a

Browse files
committed
Cut 0.1.6 release, including Bower publication
1 parent 0028171 commit 917f93a

File tree

6 files changed

+2836
-1
lines changed

6 files changed

+2836
-1
lines changed

bower.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "firechat",
3+
"description": "Firechat: Real-time Chat powered by Firebase",
4+
"version": "0.1.6",
5+
"authors": [
6+
"Firebase <[email protected]> (https://www.firebase.com/)"
7+
],
8+
"homepage": "https://github.com/firebase/firechat/",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/firebase/firechat.git"
12+
},
13+
"license": "MIT",
14+
"keywords": [
15+
"chat",
16+
"realtime",
17+
"Firebase",
18+
"websocket",
19+
"authentication",
20+
"synchronization"
21+
],
22+
"main": [
23+
"dist/0.1.6/firechat-default.min.css",
24+
"dist/0.1.6/firechat-default.min.js"
25+
],
26+
"ignore": [
27+
"**/.*",
28+
"node_modules/"
29+
],
30+
"dependencies": {
31+
"firebase": "1.0.x"
32+
}
33+
}

0 commit comments

Comments
 (0)