forked from itsabdessalam/donut-clicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 968 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
35
36
37
38
{
"name": "donut-clicker",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"axios": "^0.19.0",
"bcrypt": "^3.0.6",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"debug": "~4.1.1",
"dotenv": "^8.2.0",
"express": "~4.17.1",
"express-messages": "^1.0.1",
"express-session": "^1.17.0",
"express-socket.io-session": "^1.3.5",
"express-validator": "~5.3.1",
"materialize-css": "^1.0.0",
"method-override": "^3.0.0",
"moment": "^2.24.0",
"mongoose": "^5.7.8",
"morgan": "~1.9.1",
"node-sass": "^4.13.0",
"node-sass-middleware": "^0.11.0",
"passport": "^0.4.0",
"passport-auth0": "^1.2.1",
"passport-local": "^1.0.0",
"play": "^0.5.0",
"pug": "2.0.4",
"serve-favicon": "~2.5.0",
"session-file-store": "^1.3.1",
"socket.io": "^2.3.0"
}
}