Files
SimpleMediaUpscalerLite/package.json

29 lines
799 B
JSON

{
"name": "SimpleMediaScalerLite",
"version": "2.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/FSRSimpleMediaScalerLiteFrontend.git"
},
"keywords": [
"upscaler",
"electron",
"python",
"frontend",
"videos",
"images"
],
"author": "Janis Hutz",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/simplePCBuilding/FSRSimpleMediaScalerLiteFrontend/issues",
"email": "development@janishutz.com"
},
"homepage": "https://github.com/simplePCBuilding/FSRSimpleMediaScalerLiteFrontend#readme"
}