forked from DemocracyOS/notifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 973 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": "democracyos-notifier",
"version": "1.0.1",
"description": "Notifications engine with job queuing and scheduling backed by MongoDB.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/DemocracyOS/notifier.git"
},
"keywords": [
"notifier",
"democracyos",
"notifiations",
"email"
],
"author": "Democracia en Red <[email protected]> (http://democraciaenred.org/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DemocracyOS/notifier/issues"
},
"homepage": "https://github.com/DemocracyOS/notifier",
"dependencies": {
"agenda": "DemocracyOS/agenda",
"async": "^1.4.0",
"debug": "^2.2.0",
"defaults-deep": "^0.2.3",
"jade": "^1.11.0",
"moment": "2.9.0",
"mongojs": "^1.3.0",
"nodemailer": "^1.4.0",
"require-all": "^1.1.0",
"t-component": "^1.0.0"
}
}