-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 747 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 747 Bytes
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
{
"name": "multicode",
"version": "1.0.0",
"main": "server.js",
"keywords": [],
"author": "Mokona59",
"license": "ISC",
"description": "Collaborative code editor",
"dependencies": {
"@octokit/rest": "^22.0.1",
"adm-zip": "^0.5.16",
"bcrypt": "^6.0.0",
"chevereto": "^1.3.2",
"cloudinary": "^2.7.0",
"connect-mongo": "^5.1.0",
"diff-match-patch": "^1.0.5",
"dotenv": "^17.0.0",
"express": "^4.21.2",
"express-session": "^1.18.1",
"mongodb": "^6.17.0",
"multer": "^2.0.2",
"package.json": "^2.0.1",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"socket.io": "^4.8.1",
"streamifier": "^0.1.1",
"unique-names-generator": "^4.7.1",
"yauzl": "^3.2.0"
}
}