mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-06-20 12:08:51 +08:00
15 lines
270 B
JSON
15 lines
270 B
JSON
{
|
|
"name": "ReactFireTodoApp",
|
|
"description": "ReactFireMixin Todo app demo",
|
|
"version": "0.5.0",
|
|
"main": "index.html",
|
|
"license": "MIT",
|
|
"authors": [
|
|
"jwngr <jacob@firebase.com>"
|
|
],
|
|
"dependencies": {
|
|
"reactfire": "0.5.x"
|
|
},
|
|
"private": true
|
|
}
|