mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-04-01 22:42:36 +08:00
42 lines
773 B
JSON
42 lines
773 B
JSON
{
|
|
"name": "reactfire",
|
|
"description": "Firebase mixin for ReactJS",
|
|
"version": "0.0.0",
|
|
"authors": [
|
|
"Firebase <support@firebase.com>"
|
|
],
|
|
"homepage": "https://github.com/firebase/reactfire/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/firebase/reactfire.git"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"react",
|
|
"mixin",
|
|
"firebase",
|
|
"realtime"
|
|
],
|
|
"main": "dist/reactfire.min.js",
|
|
"ignore": [
|
|
"**/.*",
|
|
"src",
|
|
"build",
|
|
"tests",
|
|
"examples",
|
|
"node_modules",
|
|
"bower_components",
|
|
"firebase.json",
|
|
"package.json",
|
|
"gulpfile.js",
|
|
"changelog.txt"
|
|
],
|
|
"dependencies": {
|
|
"react": "^0.11.1",
|
|
"firebase": "1.0.x"
|
|
},
|
|
"devDependencies": {
|
|
"jasmine": "~2.0.0"
|
|
}
|
|
}
|