-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 956 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
{
"name": "cordova-plugin-analytics-adid",
"version": "1.5.1",
"description": "Google Analytics Phonegap, Cordova, Intel XDK plugin for iOS/Android with Advertising Id Collection enabled",
"cordova": {
"id": "cordova-plugin-analytics-adid",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/appfeel/analytics-google-adid.git"
},
"keywords": [
"analytics",
"google",
"metrics",
"event",
"screen",
"ua",
"universal analytics",
"universal",
"referral",
"download",
"install",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"engines": {
"name": "cordova",
"version": ">=3.0.0"
},
"author": "AppFeel",
"license": "MIT",
"bugs": {
"url": "https://github.com/appfeel/analytics-google-adid/issues"
},
"homepage": "https://github.com/appfeel/analytics-google-adid#readme"
}