forked from gugui3z24/meanstacktutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 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
{
"name": "meantutorial",
"version": "1.0.0",
"description": "mean stack application",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [
"MEAN",
"stack"
],
"author": "David Acosta",
"license": "ISC",
"dependencies": {
"axios": "0.18.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"express-session": "^1.14.2",
"jsonwebtoken": "^7.1.9",
"mongoose": "^4.6.0",
"mongoose-title-case": "0.0.4",
"mongoose-validator": "^1.2.5",
"morgan": "^1.7.0",
"nodemailer": "^2.7.0",
"nodemailer-sendgrid-transport": "^0.2.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-twitter": "^1.0.4"
}
}