-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1018 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1018 Bytes
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": "hi",
"version": "0.1.0",
"description": "Proyecto final en Node.JS - ComIT 2019",
"main": "src/index.js",
"scripts": {
"start": "node src/server.js",
"dev": "nodemon src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/P-Jonathan/Chat-Rooms.git"
},
"keywords": [
"Chat",
"room",
"chatroom"
],
"author": "Paz Jonathan Nicolas",
"license": "ISC",
"bugs": {
"url": "https://github.com/P-Jonathan/Chat-Rooms/issues"
},
"homepage": "https://github.com/P-Jonathan/Chat-Rooms#readme",
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"express-session": "^1.17.0",
"handlebars": "^4.4.5",
"handlebars-helpers": "^0.10.0",
"ip": "^1.1.5",
"jimp": "^0.8.5",
"mongoose": "^5.7.6",
"multer": "^1.4.2",
"socket.io": "^2.3.0",
"validator": "^11.1.0"
},
"devDependencies": {
"nodemon": "^1.19.4"
}
}