-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 KB
/
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
{
"name": "PairProgramme",
"version": "1.0.0",
"description": "A super fast synchronous code editor which is perfect for remote code collaboration.",
"main": "app.js",
"scripts": {
"server": "node app.js",
"peerJsServer": "peerjs --port 3001",
"start": "concurrently \"npm run server\" \"npm run peerJsServer\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/keshav613/PairProgramme.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/keshav613/PairProgramme/issues"
},
"homepage": "https://github.com/keshav613/PairProgramme#readme",
"dependencies": {
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"codemirror": "^5.28.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"mongoose": "^6.3.6",
"ot-text": "^1.0.1",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"peerjs": "^1.4.6",
"qs": "^6.11.0",
"sharedb": "^3.0.0",
"socket.io": "^4.5.1",
"websocket-json-stream": "0.0.3"
},
"devDependencies": {
"nodemon": "^2.0.16"
}
}