@nativescript/firebase-analytics
Version:
NativeScript Firebase - Analytics
51 lines • 1.14 kB
JSON
{
"name": "@nativescript/firebase-analytics",
"version": "3.3.2",
"description": "NativeScript Firebase - Analytics",
"main": "index",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "6.0.0",
"android": "6.0.0"
},
"hooks": [
{
"type": "before-checkForChanges",
"script": "hooks/before-checkForChanges.js",
"inject": true
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/firebase.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"iOS",
"Android",
"Firebase",
"Analytics",
"Tracking",
"Events"
],
"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",
"scripts": {
"preuninstall": "node preuninstall",
"postinstall": "node postinstall"
},
"types": "./index.d.d.ts"
}