mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-04-02 22:42:30 +08:00
- 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
15 lines
268 B
JSON
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
|
|
}
|