-
Notifications
You must be signed in to change notification settings - Fork 98
/
package.json
45 lines (45 loc) · 990 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-mixpanel",
"version": "5.0.1",
"description": "Mixpanel Cordova Plugin for iOS, Android and Browser Platforms",
"author": "Sam Zilverberg <samzilverberg@gmail.com>",
"license": "MIT",
"cordova": {
"id": "cordova-plugin-mixpanel",
"platforms": [
"android",
"ios",
"browser"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/samzilverberg/cordova-mixpanel-plugin.git"
},
"homepage": "https://github.com/samzilverberg/cordova-mixpanel-plugin#readme",
"keywords": [
"mixpanel",
"cordova",
"phonegap",
"ionic",
"plugin",
"ios",
"android",
"browser",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"engines": {
"cordovaDependencies": {
"<3.0.0": {
"cordova": ">=5.0.0"
},
"<5.0.0": {
"cordova": ">=6.4.0",
"cordova-ios": ">=4.3.0",
"cordova-android": ">=6.1.0"
}
}
}
}