-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "democracyos-notifier",
"version": "2.1.4",
"description": "Notifications engine with job queuing and scheduling backed by MongoDB.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"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": "~0.9.0",
"debug": "~2.6.0",
"defaults-deep": "0.2.4",
"es6-string-html-template": "~1.0.2",
"mongodb": "~2.2.28",
"monk": "~6.0.0",
"nodemailer": "~4.0.1",
"pify": "~3.0.0",
"require-all": "~2.2.0",
"t-component": "1.0.0"
},
"devDependencies": {
"chai": "~4.0.2",
"eslint": "~3.19.0",
"eslint-config-democracyos": "~1.2.1",
"mocha": "~3.4.2"
}
}