@nativescript/firebase-core
Version:
NativeScript Firebase - Core
56 lines • 1.2 kB
JSON
{
"name": "@nativescript/firebase-core",
"version": "3.3.2",
"description": "NativeScript Firebase - Core",
"main": "index",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "6.0.0",
"android": "6.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/firebase.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"iOS",
"Android",
"Firebase",
"Firestore",
"Database",
"Authentication",
"Push Notifications",
"Notifications",
"Messaging",
"Remote Configuration",
"Storage",
"Crashlytics",
"Analytics",
"Facebook",
"Google",
"Ads",
"AdMob",
"In-App Messaging",
"Performance Monitoring",
"Dynamic Links",
"Cloud Functions",
"Functions"
],
"author": {
"name": "NativeScript",
"email": "oss@nativescript.org"
},
"bugs": {
"url": "https://github.com/NativeScript/firebase/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/NativeScript/firebase",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed",
"types": "./index.d.d.ts"
}