mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-04-02 22:42:30 +08:00
25 lines
473 B
JSON
25 lines
473 B
JSON
{
|
|
"name": "ReactFire",
|
|
"version": "0.1.5",
|
|
"homepage": "https://github.com/firebase/ReactFire",
|
|
"authors": [
|
|
"jacobawenger <jacob@firebase.com>"
|
|
],
|
|
"description": "Firebase mixin for ReactJS",
|
|
"main": "js/ReactFireMixin.min.js",
|
|
"keywords": [
|
|
"react",
|
|
"firebase"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"./CHANGELOG.md",
|
|
"./gulpfile.js",
|
|
"./package.json",
|
|
"examples",
|
|
"node_modules",
|
|
"bower_components"
|
|
]
|
|
}
|