Files
reactfire/examples/commentsBox/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

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
}