mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-04-23 04:00:23 +08:00
We are using the todo app example as the ReactJS example for `firebase bootstrap` on the CLI and we want it to work out of the box. So we need to check in bower_components to make that work.
25 lines
444 B
JSON
25 lines
444 B
JSON
{
|
|
"name": "firebase",
|
|
"version": "1.0.15",
|
|
"homepage": "https://firebase.com",
|
|
"authors": [
|
|
"Firebase <operations@firebase.com>"
|
|
],
|
|
"description": "Firebase Web Client",
|
|
"main": "firebase.js",
|
|
"keywords": [
|
|
"Firebase",
|
|
"synchronization",
|
|
"real-time",
|
|
"websocket"
|
|
],
|
|
"license": "MIT",
|
|
"private": false,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
} |