mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-06 06:35:49 -05:00
25 lines
444 B
JSON
25 lines
444 B
JSON
{
|
|
"name": "firebase",
|
|
"version": "1.0.24",
|
|
"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"
|
|
]
|
|
} |