forked from ostownsville/cordova-plugin-fcm
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 746 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 746 Bytes
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
{
"version": "4.0.0-beta.0",
"name": "@ifiske/cordova-plugin-fcm",
"cordova_name": "Cordova FCM Push Plugin",
"description": "Google Firebase Cloud Messaging Cordova Push Plugin",
"license": "MIT",
"repo": "",
"issue": "",
"author": {
"name": "Christopher Palmer, Oliver Blum",
"email": "chrisjpalmer@optusnet.com.au, olliblum@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ostownsville/cordova-plugin-fcm"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"notifications",
"push",
"firebase",
"fcm",
"ios",
"android",
"cordova"
],
"platforms": [
"android",
"ios"
],
"engines": [],
"englishdoc": ""
}