-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.15 KB
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
40
41
42
43
{
"name": "contribua-",
"version": "1.0.0",
"description": "Contribua! is a undergraduate work project made by students from Etec de Guaianazes.",
"main": "app.js",
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"express-session": "^1.16.2",
"express-sessions": "^1.0.6",
"handlebars": "^4.5.1",
"memorystore": "^1.6.1",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"mysql2": "^1.7.0",
"path": "^0.12.7",
"pdfkit": "^0.10.0",
"reload": "^3.0.1",
"request": "^2.88.0",
"sequelize": "^5.22.5",
"socket.io": "^2.3.0"
},
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"watch-sass": "sass --watch public/styles/scss:public/styles/css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joaodjtr/Contribua-.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/joaodjtr/Contribua-/issues"
},
"homepage": "https://github.com/joaodjtr/Contribua-#readme"
}