-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.35 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": "walk_and_talk",
"version": "1.0.0",
"description": "System for allowing users to walk in VR while in zoom meetings. Additionally, users will be able to have avatar based communication between VR devices",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WeibelLab-Teaching/CSE_218_118_Fa20_Team_SRSLy_Joking.git"
},
"keywords": [
"WebXR",
"RemoteCollaboration"
],
"author": "SRSLy Joking (contact [email protected])",
"license": "ISC",
"bugs": {
"url": "https://github.com/WeibelLab-Teaching/CSE_218_118_Fa20_Team_SRSLy_Joking/issues"
},
"homepage": "https://github.com/WeibelLab-Teaching/CSE_218_118_Fa20_Team_SRSLy_Joking#readme",
"dependencies": {
"babylon-vrm-loader": "^1.4.13",
"babylonjs": "^4.2.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "^4.17.1",
"express-ws": "^4.0.0",
"express-fileupload": "^1.2.0",
"http-errors": "~1.6.3",
"jquery": "^3.5.1",
"mathjs": "^8.0.1",
"mediasoup": "^3.6.16",
"mediasoup-client": "^3.6.12",
"morgan": "~1.9.1",
"pug": "2.0.0-beta11",
"socket.io": "^2.3.0",
"uuid": "^8.3.1",
"websocket": "^1.0.32",
"ws": "^7.4.1",
"wss": "^3.3.4"
}
}