mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-04-01 22:42:36 +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
24 lines
467 B
JSON
24 lines
467 B
JSON
{
|
|
"name": "commentsBox",
|
|
"description": "react.js comment tutorial updated for ReactFire mixin",
|
|
"version": "0.1.6",
|
|
"homepage": "https://github.com/llad/ReactFire",
|
|
"authors": [
|
|
"Mark Woodall <mwdll@icloud.com>"
|
|
],
|
|
"main": "index.html",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"react",
|
|
"firebase",
|
|
"reactfire",
|
|
"mixin",
|
|
"tutorial"
|
|
],
|
|
"dependencies": {
|
|
"reactfire": "0.x.x",
|
|
"showdown": "~0.3.1"
|
|
},
|
|
"private": true
|
|
}
|