mirror of
https://github.com/TheGreyDiamond/open360viewer.git
synced 2025-07-17 20:33:48 +02:00
18 lines
458 B
JSON
18 lines
458 B
JSON
{
|
|
"name": "open360viewer",
|
|
"version": "1.0.0",
|
|
"description": "An opensource 360° image viewer written in JavaScript using Electron and Marzipano",
|
|
"keywords": ["360", "image", "viewer"],
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "electron ."
|
|
},
|
|
"author": "TheGreydiamond",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"electron": "^16.0.5",
|
|
"marzipano": "^0.10.2"
|
|
}
|
|
}
|