mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
Updated package json with real data.
This commit is contained in:
parent
c0645726a9
commit
e9f42d7a3f
11
package.json
11
package.json
@ -1,13 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "electron-quick-start",
|
"name": "ryzen-controller",
|
||||||
"version": "1.0.0",
|
"productName": "Ryzen Controller",
|
||||||
"description": "A minimal Electron application",
|
"version": "0.1.0",
|
||||||
|
"description": "A minimal Electron application to use ryzenAdj through a friendly interface.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "electron .",
|
"start": "electron .",
|
||||||
"build": "electron-packager . RyzenController --platform=win32 --arch=x64"
|
"build": "electron-packager . RyzenController --platform=win32 --arch=x64"
|
||||||
},
|
},
|
||||||
"repository": "https://github.com/electron/electron-quick-start",
|
"repository": "https://gitlab.com/le.storm1er/ryzen-controller",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Electron",
|
"Electron",
|
||||||
"quick",
|
"quick",
|
||||||
@ -15,7 +16,7 @@
|
|||||||
"tutorial",
|
"tutorial",
|
||||||
"demo"
|
"demo"
|
||||||
],
|
],
|
||||||
"author": "GitHub",
|
"author": "le.storm1er",
|
||||||
"license": "CC0-1.0",
|
"license": "CC0-1.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"electron": "^4.0.4",
|
"electron": "^4.0.4",
|
||||||
|
Loading…
Reference in New Issue
Block a user