-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1011 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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "gochat_2",
"version": "2.1.0",
"description": "Chat app built with node.js, socket.io and mongodb",
"keywords": [
"nodejs",
"express",
"mongodb",
"socket-io",
"multer",
"chat",
"jquery",
"mongoose",
"voice-messages"
],
"main": "app.js",
"scripts": {
"start": "node app",
"dev": "nodemon app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xrystalll/GOchat_2.git"
},
"author": "xrystalll",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/xrystalll/GOchat_2/issues"
},
"homepage": "https://github.com/xrystalll/GOchat_2",
"dependencies": {
"ejs": "^3.1.3",
"express": "^4.17.1",
"helmet": "^3.23.3",
"hpp": "^0.2.3",
"link-preview-node": "^1.0.4",
"mongoose": "^5.9.21",
"multer": "^1.4.2",
"sharp": "^0.23.4",
"socket.io": "^2.3.0",
"x-xss-protection": "^1.3.0",
"xss": "^1.0.7"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}