forked from chemerisuk/cordova-plugin-firebase-messaging
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1007 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
37
38
{
"name": "@spoonconsulting/cordova-plugin-firebase-messaging",
"version": "1.0.0",
"description": "Cordova plugin for Firebase Messaging",
"types": "./types/index.d.ts",
"cordova": {
"id": "@spoonconsulting/cordova-plugin-firebase-messaging",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/spoonconsulting/cordova-plugin-firebase-messaging.git"
},
"publishConfig": {
"access": "public"
},
"author": "Maksim Chemerisuk <[email protected]> (https://github.com/chemerisuk) & Hashir Rajah",
"license": "MIT",
"bugs": {
"url": "https://github.com/spoonconsulting/cordova-plugin-firebase-messaging/issues"
},
"homepage": "https://github.com/spoonconsulting/cordova-plugin-firebase-messaging#readme",
"keywords": [
"cordova",
"firebase",
"push",
"fcm",
"gcm",
"messaging",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"scripts": {}
}