added license

This commit is contained in:
TheGreyDiamond
2022-01-02 17:19:37 +01:00
parent 6657d0f682
commit 4220273089
2 changed files with 678 additions and 3 deletions

View File

@ -1,14 +1,15 @@
{
"name": "360viewer",
"name": "open360viewer",
"version": "1.0.0",
"description": "",
"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": "ISC",
"license": "GPL-3.0",
"dependencies": {
"electron": "^16.0.5",
"marzipano": "^0.10.2"