Files
reactfire/bower.json

39 lines
745 B
JSON

{
"name": "reactfire",
"description": "Firebase mixin for ReactJS",
"version": "0.0.0",
"authors": [
"Firebase <support@firebase.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"
}
}