-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.27 KB
/
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
39
40
41
42
43
44
45
46
47
48
{
"name": "@coffeebeanslabs/notif-engine",
"version": "1.0.12",
"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": [
"notif-engine",
"notifications",
"push",
"push-notifications",
"email",
"email-notifications",
"sms",
"sms-notifications",
"webpush",
"webpush-notifications",
"inapp",
"inapp-notifications",
"slack",
"slack-notifications",
"nodejs",
"npm-module",
"javascript",
"javascript-modules"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" "
},
"dependencies": {
"mongodb": "3.5.9",
"nodemailer": "6.4.10",
"onesignal-node": "3.0.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/CoffeeBeansLabs/notif-engine.git"
},
"author": "Ishan Sheth <contact@imsheth.com>",
"license": "MIT",
"engines": {
"node": "14.1"
},
"bugs": {
"url": "https://github.com/CoffeeBeansLabs/notif-engine/issues"
},
"homepage": "https://github.com/CoffeeBeansLabs/notif-engine#readme"
}