Files
reactfire/examples/commentsBox/bower.json
2014-11-05 15:44:24 -08:00

24 lines
467 B
JSON

{
"name": "commentsBox",
"description": "react.js comment tutorial updated for ReactFire mixin",
"version": "0.4.0",
"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
}