-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·60 lines (60 loc) · 1.5 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "prox",
"version": "1.0.0",
"description": "Proyecto de fin de grado.",
"main": "app.js",
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"client-sessions": "^0.8.0",
"cloudinary": "^1.10.0",
"connect-multiparty": "^2.1.0",
"csurf": "^1.9.0",
"dotenv": "^5.0.1",
"ejs": "^2.5.6",
"ejs-lint": "^0.3.0",
"email-templates": "^3.5.2",
"express": "^4.16.3",
"express-session": "^1.15.6",
"express-sessions": "^1.0.6",
"express-socket.io-session": "^1.3.3",
"font-awesome": "^4.7.0",
"geoip-lite": "^1.2.1",
"helmet": "^3.12.1",
"http": "0.0.0",
"https": "^1.0.0",
"ip": "^1.1.5",
"ipify": "^2.0.0",
"mdbootstrap": "^4.5.0",
"moment": "^2.21.0",
"mongodb": "^3.0.4",
"mongoose": "^5.0.10",
"multer": "^1.3.0",
"node-fetch": "^2.1.1",
"nodemailer": "^4.6.4",
"nodemailer-express-handlebars": "^3.0.0",
"npm": "^5.7.1",
"redis": "^2.8.0",
"socket.io": "^2.1.0",
"twitter": "^1.7.1",
"x-xss-protection": "^1.1.0"
},
"devDependencies": {
"ws": "3.3.2"
},
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"matar": "killall -9 node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rokkoo/proyectoFC.git"
},
"author": "Alfonso,Unai,Adrian,Ander",
"license": "ISC",
"bugs": {
"url": "https://github.com/rokkoo/proyectoFC/issues"
},
"homepage": "https://github.com/rokkoo/proyectoFC#readme"
}