mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-01-12 22:51:28 +08:00
23 lines
423 B
JSON
23 lines
423 B
JSON
{
|
|
"name": "ReactFire",
|
|
"version": "0.1.2",
|
|
"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": [
|
|
"**/.*",
|
|
"./CHANGELOG.md",
|
|
"examples",
|
|
"node_modules",
|
|
"bower_components"
|
|
]
|
|
}
|