forked from fechanique/cordova-plugin-fcm
-
-
Notifications
You must be signed in to change notification settings - Fork 276
/
Copy pathpackage.json
34 lines (34 loc) · 869 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
{
"version": "6.4.3",
"name": "cordova-plugin-fcm-with-dependecy-updated",
"cordova_name": "Cordova FCM Push Plugin",
"description": "Google Firebase Cloud Messaging Cordova Push Plugin fork with dependecy updated",
"license": "MIT",
"main": "www/FCMPlugin.js",
"typings": "src/FCMPlugin.d.ts",
"repo": "",
"issue": "",
"author": "André Augusto Tissot",
"repository": {
"type": "git",
"url": "https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"notifications",
"push",
"firebase",
"fcm",
"ios",
"android",
"cordova"
],
"platforms": [
"android",
"ios"
],
"engines": [],
"englishdoc": ""
}