-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "intern",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^5.0.1",
"express": "~4.16.0",
"express-flash": "0.0.2",
"express-flash-messages": "^0.1.1",
"express-flash-notification": "^0.5.0",
"express-handlebars": "^3.0.0",
"express-messages": "^1.0.1",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"fs": "0.0.1-security",
"hbs": "~4.0.1",
"http-errors": "~1.6.2",
"instamojo-nodejs": "0.0.5",
"messagebird": "^2.1.4",
"method-override": "^3.0.0",
"mongoose": "^5.3.1",
"morgan": "~1.9.0",
"multer": "^1.4.1",
"nexmo": "^2.4.1",
"node-fetch": "^2.1.2",
"nodemailer": "^5.1.1",
"nodemailer-smtp-transport": "^2.7.4",
"nodemon": "^1.18.9",
"passport": "^0.4.0",
"passport-google-oauth": "~0.2.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"randomstring": "^1.1.5",
"swig": "^1.4.2"
}
}