mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
23 lines
434 B
JSON
23 lines
434 B
JSON
{
|
|
"name": "electron-quick-start",
|
|
"version": "1.0.0",
|
|
"description": "A minimal Electron application",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"repository": "https://github.com/electron/electron-quick-start",
|
|
"keywords": [
|
|
"Electron",
|
|
"quick",
|
|
"start",
|
|
"tutorial",
|
|
"demo"
|
|
],
|
|
"author": "GitHub",
|
|
"license": "CC0-1.0",
|
|
"devDependencies": {
|
|
"electron": "^4.0.4"
|
|
}
|
|
}
|