diff options
author | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-09-30 19:44:44 +0300 |
---|---|---|
committer | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-09-30 19:44:44 +0300 |
commit | 11344687f76e789837ea0a04131e7937e97273d4 (patch) | |
tree | 3f666d5db9a9dd0e867239e946b3fe8d8a0e2fe8 /src/package.json | |
download | FlashRunner-11344687f76e789837ea0a04131e7937e97273d4.tar.gz FlashRunner-11344687f76e789837ea0a04131e7937e97273d4.tar.zst |
First commit
Diffstat (limited to 'src/package.json')
-rw-r--r-- | src/package.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/package.json b/src/package.json new file mode 100644 index 0000000..f763165 --- /dev/null +++ b/src/package.json @@ -0,0 +1,25 @@ +{ + "name": "flashrunner", + "version": "2.0.6", + "productName": "FlashRunner", + "description": "FlashRunner", + "author": "VoidNet", + "build": { + "appId": "com.freemyip.voidnet.flashrunner", + "linux": { + "target": "tar.gz", + "maintainer": "VoidNet", + "vendor": "VoidNet", + "executableName": "FlashRunner", + "synopsis": "FlashRunner", + "description": "FlashRunner" + } + }, + "devDependencies": { + "electron": "4.2.12", + "asar": "latest", + "electron-packager": "latest" + }, + "dependencies": { + } +}
\ No newline at end of file |