-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 992 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
{
"name": "qr_chat_npm",
"version": "3.0.0",
"description": "QR code which links to a chatroom for anonymous communication in your community. This will be an npm package.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pran-Ker/QR_chat_npm.git"
},
"keywords": [
"NodeJs",
"EJS",
"mongoDB",
"QR Code",
"QR",
"Chat",
"Socket.io"
],
"author": "Prannay",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pran-Ker/QR_chat_npm/issues"
},
"homepage": "https://github.com/Pran-Ker/QR_chat_npm#readme",
"dependencies": {
"body-parser": "^1.20.2",
"ejs": "^3.1.8",
"express": "^4.18.2",
"file-input": "^3.0.1",
"http": "^0.0.1-security",
"multer": "^1.4.5-lts.1",
"path": "^0.12.7",
"qrcode": "^1.5.1",
"socket.io": "^4.6.1",
"sqlite3": "^5.1.4",
"ws": "^8.12.1"
}
}