-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.24 KB
/
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
39
40
41
42
43
44
{
"name": "participa",
"version": "1.0.0",
"description": "Plataforma web de apoyo a propuestas para las diferentes Candidaturas a Rector",
"main": "main.js",
"scripts": {
"start": "node src/main.js",
"dev": "node --watch src/main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/da-upm/participa.git"
},
"author": "Pablo Fernandez López y Alejandro Alonso López",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/da-upm/participa/issues"
},
"homepage": "https://github.com/da-upm/participa#readme",
"dependencies": {
"connect-flash": "^0.1.1",
"connect-mongo": "^5.1.0",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.10",
"express": "^4.21.0",
"express-partials": "^0.3.0",
"express-session": "^1.18.0",
"express-toastr": "^2.0.2",
"helmet": "^7.1.0",
"html-to-latex": "^0.8.0",
"mongoose": "^8.6.3",
"morgan": "^1.10.0",
"node-forge": "^1.3.1",
"node-latex": "^3.1.0",
"nodemailer": "^6.9.16",
"openid-client": "^5.7.0",
"passport": "^0.7.0",
"sanitize-html": "^2.13.1"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.13.9"
}
}