-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 KB
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
{
"name": "immersive-presentation",
"version": "1.0.0",
"description": "2022 VR Class",
"main": "server.js",
"directories": {
"test": "tests"
},
"dependencies": {
"body-parser": "^1.20.2",
"express": "^4.18.2",
"formidable": "^3.5.1",
"fs": "^0.0.1-security",
"holojam-node": "^0.2.3",
"node-fetch": "^2.6.7",
"node-wit": "^6.6.0",
"peerjs": "^1.5.2",
"socket.io": "^4.8.0",
"webxr-polyfill": "^2.0.3",
"ws": "^7.4.6",
"yargs-parser": ">=13.1.2"
},
"scripts": {
"test": "node server.js -env local",
"start": "node server.js -env local",
"format": "prettier --write \"**/*.{js,json,md,html,css}\"",
"convert": "gltf-import-export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snowymo/immersive-presentation.git"
},
"author": "Zhenyi He",
"license": "MIT",
"bugs": {
"url": "https://github.com/snowymo/immersive-presentation/issues"
},
"homepage": "https://github.com/snowymo/immersive-presentation#readme",
"devDependencies": {
"gltf-import-export": "^1.0.16",
"prettier": "2.2.1"
}
}