mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-03-29 22:43:07 +08:00
33 lines
619 B
JSON
33 lines
619 B
JSON
{
|
|
"name": "commentsBox",
|
|
"version": "0.1.0",
|
|
"homepage": "https://github.com/llad/ReactFire",
|
|
"authors": [
|
|
"Mark Woodall <mwdll@icloud.com>"
|
|
],
|
|
"description": "react.js comment tutorial updated for ReactFire mixin",
|
|
"main": "index.html",
|
|
"keywords": [
|
|
"react",
|
|
"firebase",
|
|
"reactfire",
|
|
"mixin",
|
|
"tutorial"
|
|
],
|
|
"license": "MIT",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"react": "~0.10.0",
|
|
"ReactFire": "~0.1.4",
|
|
"firebase": "~1.0.15",
|
|
"showdown": "~0.3.1"
|
|
}
|
|
}
|