-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 879 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
{
"name": "cook_backend",
"version": "1.0.0",
"description": "Backend for cook project",
"main": "app.js",
"scripts": {
"start": "node ./app.js",
"heroku-postbuild": "cd client && npm install && npm run build",
"dev": "nodemon ./app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^3.0.3",
"body-parser": "^1.18.2",
"bson": "^3.0.2",
"crypto": "^1.0.1",
"express": "^4.16.2",
"express-jwt": "^5.3.0",
"express-sslify": "^1.2.0",
"jsonwebtoken": "^8.1.1",
"mongoose": "^5.0.5",
"mongoose-unique-validator": "^2.0.0",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"multer-storage-imgur": "^1.0.2",
"nodemailer": "^4.6.4",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"web-push": "^3.4.3"
}
}