mirror of
https://github.com/yuzu-emu/citra-qt-installer.git
synced 2024-11-22 06:15:37 +01:00
30 lines
764 B
JSON
30 lines
764 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",
|
|
"devDependencies": {
|
|
"eslint": "^4.8.0",
|
|
"eslint-config-standard": "^10.2.1",
|
|
"eslint-plugin-import": "^2.7.0",
|
|
"eslint-plugin-node": "^5.2.0",
|
|
"eslint-plugin-promise": "^3.5.0",
|
|
"eslint-plugin-standard": "^3.0.1"
|
|
},
|
|
"dependencies": {
|
|
"7zip-bin": "^2.1.0",
|
|
"execa": "^0.7.0",
|
|
"fs-extra": "^4.0.1",
|
|
"request": "^2.81.0",
|
|
"request-promise": "^4.2.1",
|
|
"sha1-file": "^1.0.0",
|
|
"winston": "^2.3.1",
|
|
"xml": "^1.0.1"
|
|
},
|
|
"preferGlobal": false,
|
|
"private": true,
|
|
"license": "GPLv3"
|
|
}
|