forked from FirebaseExtended/reactfire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 753 Bytes
/
bower.json
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
37
38
{
"name": "reactfire",
"description": "Firebase mixin for ReactJS",
"version": "0.0.0",
"authors": [
"Firebase (https://firebase.google.com/)"
],
"homepage": "https://github.com/firebase/reactfire/",
"repository": {
"type": "git",
"url": "https://github.com/firebase/reactfire.git"
},
"license": "MIT",
"keywords": [
"react",
"mixin",
"firebase",
"realtime"
],
"main": "dist/reactfire.js",
"ignore": [
"**/.*",
"src",
"build",
"tests",
"examples",
"node_modules",
"bower_components",
"firebase.json",
"package.json",
"gulpfile.js",
"changelog.txt"
],
"dependencies": {
"react": "0.13.x || 0.14.x || 15.x.x",
"firebase": "2.x.x || 3.x.x"
}
}