forked from jaymehtasa/localytics-cordova
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 781 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
{
"name": "localytics-cordova",
"version": "3.8.6",
"description": "Localytics Plugin for Cordova/PhoneGap",
"cordova": {
"id": "com.localytics.phonegap.LocalyticsPlugin",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/localytics/localytics-cordova.git"
},
"keywords": [
"localytics",
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"analytics",
"push messaging"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Localytics",
"license": "SEE LICENSE IN 'LICENSE' file",
"bugs": {
"url": "https://github.com/localytics/localytics-cordova/issues"
},
"homepage": "https://Localytics.com"
}