mirror of
https://github.com/owenlejeune/AirHockey.git
synced 2025-11-08 16:42:44 -05:00
Bumps [electron](https://github.com/electron/electron) from 8.2.4 to 9.0.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v8.2.4...v9.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
19 lines
407 B
JSON
19 lines
407 B
JSON
{
|
|
"name": "airhockey",
|
|
"version": "1.0.0",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"electron": "^9.0.0",
|
|
"socket.io": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/owenlejeune/AirHockey.git"
|
|
},
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/owenlejeune/AirHockey/issues"
|
|
},
|
|
"homepage": "https://github.com/owenlejeune/AirHockey#readme"
|
|
}
|