forked from futurerealitylab/FutureClassroom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 850 Bytes
/
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
{
"name": "immersive-presentation",
"version": "1.0.0",
"description": "2022 VR Class",
"main": "server.js",
"directories": {
"test": "tests"
},
"dependencies": {
"webxr-polyfill": "^2.0.3",
"ws": "^7.4.1"
},
"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"
}
}