-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
45 lines (45 loc) · 1022 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "cordova-plugin-analytics",
"version": "2.0.0",
"description": "Phonegap, Cordova, Ionic, Intel XDK Google Analytics Firebase plugin for iOS/Android with full support for views, events, timings, ecommerce and social.",
"cordova": {
"id": "cordova-plugin-analytics",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/appfeel/analytics-google.git"
},
"keywords": [
"analytics",
"google",
"metrics",
"event",
"screen",
"ecommerce",
"ua",
"universal analytics",
"universal",
"referral",
"download",
"install",
"track",
"tracking",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"engines": {
"name": "cordova",
"version": ">=4.0.0"
},
"author": "AppFeel",
"license": "MIT",
"bugs": {
"url": "https://github.com/appfeel/analytics-google/issues"
},
"homepage": "https://github.com/appfeel/analytics-google#readme"
}