Files
reactfire/examples/commentsBox/bower.json
2015-07-16 11:43:09 -07:00

17 lines
378 B
JSON

{
"name": "ReactFireCommentsBox",
"description": "React comment tutorial updated for ReactFire mixin",
"version": "0.5.0",
"homepage": "https://github.com/llad/ReactFire",
"authors": [
"Mark Woodall <mwdll@icloud.com>"
],
"main": "index.html",
"license": "MIT",
"dependencies": {
"reactfire": "0.x.x",
"showdown": "~0.3.1"
},
"private": true
}