forked from suetco/suet
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "suet",
"version": "3.0.1",
"description": "Suet is an analytics dashboard and reporting tool for Mailgun and Amazon SES transactional emails",
"main": "app.js",
"scripts": {
"test": "./node_modules/.bin/mocha ./tests/unit.js --reporter spec --timeout 10000"
},
"author": "Opeyemi Obembe <[email protected]> (http://obem.be/opeyemi)",
"license": "GPLv3",
"dependencies": {
"aws-sdk": "^2.300.0",
"body-parser": "^1.17.2",
"bugsnag": "^2.4.1",
"cheerio": "^1.0.0-rc.2",
"compression": "^1.6.2",
"connect-mongo": "^1.3.2",
"dotenv": "^4.0.0",
"elasticsearch": "^15.2.0",
"express": "^4.15.3",
"express-session": "^1.15.3",
"fast-csv": "^2.4.1",
"flash": "^1.1.0",
"helmet": "^3.9.0",
"joi": "^13.4.0",
"liquidjs": "^4.0.0",
"moment": "^2.18.1",
"mongodb": "^3.0.10",
"multer": "^1.3.0",
"request": "^2.83.0",
"serve-favicon": "^2.4.4",
"useragent": "^2.3.0"
},
"devDependencies": {
"chai": "^4.0.2",
"mocha": "^5.2.0"
}
}