mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-04-03 09:36:04 +08:00
22 lines
401 B
JSON
22 lines
401 B
JSON
{
|
|
"name": "ReactFire",
|
|
"version": "0.0.0",
|
|
"homepage": "https://github.com/firebase/ReactFire",
|
|
"authors": [
|
|
"jacobawenger <jacob@firebase.com>"
|
|
],
|
|
"description": "Firebase mixin for ReactJS",
|
|
"main": "ReactFireMixin.js",
|
|
"keywords": [
|
|
"react",
|
|
"firebase"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"examples",
|
|
"node_modules",
|
|
"bower_components"
|
|
]
|
|
}
|