-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1012 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
48
{
"name": "danchat",
"version": "1.3.2",
"dependencies": {
"avatar-generator": "^2.0.4",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"cookie-parser": "^1.4.6",
"dotenv": "^11.0.0",
"ejs": "^3.1.6",
"express": "^4.17.2",
"mysql2": "^2.3.3",
"socket.io": "^4.4.1"
},
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"description": "Chat, friends and communication with danchat and Node.js",
"repository": {
"type": "git",
"url": "git+https://github.com/exsandebest/danchat.git"
},
"keywords": [
"chat",
"friends",
"communication",
"node.js",
"js",
"long-polling",
"SQL",
"database",
"users",
"messages",
"socket",
"ejs",
"express"
],
"author": {
"name": "Daniil Bogdanov",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/exsandebest/danchat/issues"
},
"homepage": "https://github.com/exsandebest/danchat#readme"
}