mirror of
https://github.com/yuzu-emu/citra-qt-installer.git
synced 2024-11-22 09:25:37 +01:00
21 lines
494 B
JSON
21 lines
494 B
JSON
{
|
|
"name": "citra-downloads",
|
|
"version": "1.0.0",
|
|
"description": "Generates a Qt Installer framework repository.",
|
|
"homepage": "https://citra-emu.org/",
|
|
"author": "Selby <jselby@jselby.net>",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"7zip-bin": "^2.1.0",
|
|
"execa": "^0.7.0",
|
|
"fs-extra": "^4.0.0",
|
|
"request": "^2.81.0",
|
|
"request-promise": "^4.2.1",
|
|
"sha1-file": "^1.0.0",
|
|
"xml": "^1.0.1"
|
|
},
|
|
"preferGlobal": false,
|
|
"private": true,
|
|
"license": "GPLv3"
|
|
}
|