-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 862 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 862 Bytes
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
{
"name": "doublemessage",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon app.js"
},
"dependencies": {
"aws-sdk": "^2.12.0",
"body-parser": "^1.13.3",
"bootstrap": "^3.3.7",
"compression": "^1.6.2",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-handlebars": "^3.0.0",
"express-session": "^1.13.0",
"hbs": "~3.1.0",
"jquery": "^3.1.1",
"mongoose": "^4.5.1",
"mongoose-findorcreate": "^0.1.2",
"morgan": "~1.6.1",
"multer": "^1.1.0",
"multer-s3": "^2.5.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth20": "^1.0.0",
"passport-local": "^1.0.0",
"sendgrid": "^3.0.5",
"socket.io": "^1.7.2",
"twilio": "^2.9.1",
"underscore": "^1.8.3"
}
}