-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
62 lines (62 loc) · 1.17 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "pushbots-cordova-plugin",
"version": "1.6.21",
"description": "PushBots plugin for phonegap/Cordova.",
"cordova": {
"id": "pushbots-cordova-plugin",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushbots/phonegap.git"
},
"keywords": [
"push",
"notifications",
"pushnotifications",
"free push notifications",
"GCM",
"FCM",
"C2DM",
"Android push notifications",
"helium",
"APNS",
"Push Bots",
"PushBots",
"phonegap",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=8.0.0"
},
{
"name": "cordova-android",
"version": ">=8.0.0"
},
{
"name": "cordova-ios",
"version": ">=4.4.0"
},
{
"name": "apple-ios",
"version": ">=7.0.0"
},
{
"name": "apple-xcode",
"version": ">=8.0.0"
}
],
"author": "Pushbots",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/pushbots/phonegap/issues"
},
"homepage": "https://github.com/pushbots/phonegap#readme"
}