mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-03-29 22:43:07 +08:00
17 lines
378 B
JSON
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
|
|
}
|