mirror of
https://github.com/TheGreyDiamond/open360viewer.git
synced 2025-07-19 05:03:49 +02:00
First working state
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "360viewer",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "electron ."
|
||||
},
|
||||
"author": "TheGreydiamond",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"electron": "^16.0.5",
|
||||
"marzipano": "^0.10.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user