mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 08:36:42 +00:00
16 lines
408 B
JSON
16 lines
408 B
JSON
{
|
|
"name": "moonlight-chrome",
|
|
"version": "1.0.0",
|
|
"description": "Open-source client for NVIDIA GameStream",
|
|
"main":"index.html",
|
|
"author": "",
|
|
"license": "GPLv3",
|
|
"devDependencies": {
|
|
"nwjs-builder-phoenix": "^1.14.6"
|
|
},
|
|
"scripts": {
|
|
"dist": "build --chrome-app --tasks mac-x64,win-x64 --mirror https://dl.nwjs.io/ .",
|
|
"start": "run --x86 --mirror https://dl.nwjs.io/ ."
|
|
}
|
|
}
|