citra-qt-installer/package.json

22 lines
519 B
JSON
Raw Normal View History

2017-08-20 04:58:36 +02:00
{
"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.1",
2017-08-20 04:58:36 +02:00
"request": "^2.81.0",
"request-promise": "^4.2.1",
"sha1-file": "^1.0.0",
2017-08-20 05:42:53 +02:00
"winston": "^2.3.1",
2017-08-20 04:58:36 +02:00
"xml": "^1.0.1"
},
"preferGlobal": false,
"private": true,
"license": "GPLv3"
}