-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 959 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
{
"name": "chat",
"version": "1.0.0",
"description": "A chat app by clonalejandro",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"chat",
"clonalejandro",
"node",
"nodejs",
"javascript"
],
"author": "clonalejandro",
"license": "MIT",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"compress": "^0.99.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"express": "^4.16.4",
"express-rate-limit": "^3.5.0",
"express-session": "^1.16.1",
"http": "0.0.0",
"mysql": "^2.17.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pug": "^2.0.3",
"socket.io": "^2.2.0"
}
}