fcm-notification
Version:
Push notificaton for ios and android with nodejs
38 lines (37 loc) • 812 B
JSON
{
"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"
}
}