Files
360_player/package.json
T

16 lines
316 B
JSON
Raw Normal View History

{
"name": "360-player",
"version": "1.0.0",
"description": "Local web-based 360° video player with quality transcoding",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"license": "MIT",
"dependencies": {
"express": "^5.2.1",
"three": "^0.185.1"
}
}