forked from smartnav/fcm-notification
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 812 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
{
"name": "fcm-notification",
"version": "2.0.0",
"description": "Push notificaton for ios and android with nodejs",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/smartnav/fcm-notification.git"
},
"keywords": [
"fcm",
"gcm",
"push",
"notification",
"push notification",
"web push",
"web notifications",
"web popup",
"firebase",
"firebase cloud messaging",
"google",
"android",
"ios",
"topic message",
"subcribe topic",
"parallel send"
],
"author": "Navish Kumar",
"license": "MIT",
"bugs": {
"url": "https://github.com/smartnav/fcm-notification/issues"
},
"homepage": "https://github.com/smartnav/fcm-notification",
"dependencies": {
"firebase-admin": "^5.11.0"
}
}