Files
reactfire/examples/todoApp/bower_components/ReactFire/package.json
jacobawenger 1bef33a483 Adding bower_components to version control for todo app example
We are using the todo app example as the ReactJS example for `firebase
bootstrap` on the CLI and we want it to work out of the box. So we need
to check in bower_components to make that work.
2014-05-12 18:53:43 -07:00

31 lines
642 B
JSON

{
"name": "ReactFire",
"description": "Firebase mixin for ReactJS",
"main": "ReactFireMixin.js",
"repository": {
"type": "git",
"url": "https://github.com/firebase/ReactFire.git"
},
"bugs": {
"url": "https://github.com/firebase/ReactFire/issues"
},
"private": true,
"licenses": [
{
"type": "MIT",
"url": "http://firebase.mit-license.org/"
}
],
"version": "0.1.3",
"dependencies": {
"firebase": "~1.0.11"
},
"devDependencies": {
"gulp": "^3.5.6",
"gulp-uglify": "^0.2.1",
"gulp-jshint": "^1.5.1",
"gulp-ext-replace": "0.0.5",
"jshint-stylish": "^0.2.0"
}
}