mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-04-23 12:07:42 +08:00
34 lines
707 B
JSON
34 lines
707 B
JSON
{
|
|
"name": "firebase",
|
|
"version": "2.0.2",
|
|
"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"
|
|
],
|
|
"_release": "2.0.2",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v2.0.2",
|
|
"commit": "46880ddd467eb1f63fe54b54e88f84b1c8b397c8"
|
|
},
|
|
"_source": "git://github.com/firebase/firebase-bower.git",
|
|
"_target": "2.0.x",
|
|
"_originalSource": "firebase"
|
|
} |