-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 935 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
{
"name": "chat-example",
"version": "0.0.0",
"description": "A chat example to showcase how to use `socket.io` with a static `express` server with `async` for control flow.",
"main": "server.js",
"repository": "",
"author": "Mostafa Eweda <[email protected]>",
"dependencies": {
"@coreui/coreui": "^2.1.3",
"@coreui/icons": "^0.3.0",
"async": "~0.2.8",
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"dotenv": "^6.1.0",
"express": "~3.2.4",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"font-awesome": "^4.7.0",
"google-drive": "0.0.8",
"googleapis": "^27.0.0",
"jquery": "^3.3.1",
"mongoose": "^5.3.14",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"perfect-scrollbar": "^1.4.0",
"popper.js": "^1.14.6",
"simple-line-icons": "^2.4.1",
"sleep": "^5.2.3",
"socket.io": "~0.9.14",
"uuid": "^3.3.2"
}
}