-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
33 lines (33 loc) · 854 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
{
"name": "cordova-plugin-gcmpushplugin",
"version": "1.2.0",
"description": "\n\t\tThis plugin allows your application to receive push notifications on Android and iOS.\n Android and iOS uses Google Cloud Messaging. iOS can also run natively.\n\t",
"cordova": {
"id": "cordova-plugin-gcmpushplugin",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/gonzaloaune/GCMPushPlugin.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.8.0"
}
],
"author": "Gonzalo Aune",
"license": "MIT",
"bugs": {
"url": "https://github.com/gonzaloaune/GCMPushPlugin/issues"
},
"homepage": "https://github.com/gonzaloaune/GCMPushPlugin#readme"
}