-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 895 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
{
"name": "donaro",
"version": "1.0.0",
"description": "A charity platform for social actions",
"main": "server.js",
"scripts": {
"start": "node src/server.js",
"dev": "nodemon src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pednucci/donaro.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/pednucci/donaro/issues"
},
"homepage": "https://github.com/pednucci/donaro#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"connect-flash": "^0.1.1",
"date-fns": "^2.21.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-handlebars": "^5.3.0",
"express-session": "^1.17.1",
"express-socket.io-session": "^1.3.5",
"mysql2": "^2.2.5",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"socket.io": "^4.1.2"
}
}