-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 974 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 974 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
36
37
38
39
{
"name": "mean-auth",
"scripts": {
"start": "node server/server.js",
"dev": "nodemon server/server.js",
"test": "jest --watchAll --verbose --coverage"
},
"dependencies": {
"@google/maps": "^0.4.6",
"apidocs": "^2017.3.9",
"aws-sdk": "^2.1.6",
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.15.0",
"config": "^2.0.1",
"cookie-parser": "^1.4.1",
"cors": "^2.8.4",
"debug": "^2.2.0",
"ejs": "2.x",
"express": "^4.13.4",
"express-session": "^1.13.0",
"joi": "^14.3.1",
"moment": "^2.22.0",
"mongoose": "^4.4.5",
"mongoose-paginate": "^5.0.3",
"mongoose-sequence": "^4.0.0",
"morgan": "^1.7.0",
"nodemailer": "^4.4.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"pdfmake": "^0.1.36",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"jest": "^23.6.0",
"supertest": "^3.3.0"
}
}