-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 847 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": "reminder-app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js",
"test": "mocha --exit"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.16.0",
"express-session": "^1.15.6",
"fawn": "^2.1.5",
"http-errors": "~1.6.2",
"moment": "^2.22.2",
"mongoose": "^5.7.5",
"morgan": "~1.9.1",
"node-cleanup": "^2.1.2",
"node-schedule": "^1.3.0",
"node-wit": "^5.0.0",
"nodemailer": "^4.6.6",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"socket.io": "^2.4.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"faker": "^4.1.0",
"mocha": "^5.2.0"
}
}