forked from FirebaseExtended/firechat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 731 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 731 Bytes
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
{
"name": "firechat",
"description": "Realtime open source chat client powered by Firebase",
"version": "0.0.0",
"authors": [
"Firebase <support@firebase.com> (https://www.firebase.com/)"
],
"homepage": "https://firechat.firebaseapp.com/",
"repository": {
"type": "git",
"url": "https://github.com/firebase/firechat.git"
},
"license": "MIT",
"keywords": [
"chat",
"talk",
"firebase",
"realtime",
"websocket",
"synchronization"
],
"main": "dist/firechat.js",
"ignore": [
"**/.*",
"src",
"examples",
"node_modules",
"bower_components",
"package.json",
"Gruntfile.js",
"changelog.txt"
],
"dependencies": {
"firebase": "2.0.x"
}
}