Files
reactfire/examples/todoApp/bower.json
jacobawenger 9d51a216f3 Fixed issue with limit() queries and added test suite
- Fixed issue when binding to Firebase limit() query
- Added error checking
- Added basic test suite
- Added travis integration
- Updated README
- Added limit query to todoApp demo
2014-06-29 14:17:39 -07:00

15 lines
268 B
JSON

{
"name": "todoApp",
"description": "ReactFireMixin Todo app demo",
"version": "0.1.6",
"main": "index.html",
"license": "MIT",
"authors": [
"jacobawenger <jacob@firebase.com>"
],
"dependencies": {
"reactfire": "0.x.x"
},
"private": true
}