28 lines
745 B
JSON
28 lines
745 B
JSON
{
|
|
"name": "imagevideoupscaler",
|
|
"version": "1.0.0",
|
|
"description": "A frontend to upscale your videos and images using different upscale engines",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/simplePCBuilding/FSRImageVideoUpscalerFrontend.git"
|
|
},
|
|
"keywords": [
|
|
"upscaler",
|
|
"electron",
|
|
"python",
|
|
"frontend",
|
|
"videos",
|
|
"images"
|
|
],
|
|
"author": "Janis Hutz",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/simplePCBuilding/FSRImageVideoUpscalerFrontend/issues"
|
|
},
|
|
"homepage": "https://github.com/simplePCBuilding/FSRImageVideoUpscalerFrontend#readme"
|
|
}
|