-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 759 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 759 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
31
{
"name": "waleed-collaborative-editing",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@octokit/core": "^5.0.2",
"bitbucket": "^2.11.0",
"codemirror": "^5.57.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "^3.1.8",
"express": "^4.18.2",
"github-api": "^3.4.0",
"http-errors": "~1.6.3",
"mongodb": "^3.6.2",
"morgan": "~1.9.1",
"node-fetch": "^2.6.1",
"ot-text": "^1.0.2",
"rdfxml-streaming-parser": "^1.4.0",
"reconnecting-websocket": "^4.4.0",
"sharedb": "^1.4.1",
"sharedb-mongo": "^1.0.0-beta.14",
"socket.io": "^4.7.2",
"uuid": "^9.0.1",
"websocket-json-stream": "0.0.3",
"ws": "^7.3.1"
}
}