Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
imsheth committed Aug 28, 2020
1 parent b07a914 commit b0c539c
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
{
"name": "@coffeebeanslabs/notif-engine",
"version": "1.0.7",
"description": "Notification Engine",
"description": "The 'notif-engine' is a 'npm module' to store notifications before sending them in the supported data stores and then send them through supported providers; nevertheless it updates the status of sending the notifications in your data store.",
"keywords": [
"notification",
"notif-engine",
"notifications",
"push",
"mail",
"push-notifications",
"email",
"email-notifications",
"sms",
"inapp"
"sms-notifications",
"webpush",
"webpush-notifications",
"inapp",
"inapp-notifications",
"slack",
"slack-notifications",
"nodejs",
"npm-module",
"javascript",
"javascript-modules"
],
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b0c539c

Please sign in to comment.