Files
AirHockey/package.json
dependabot-preview[bot] d36ac4ca7c Bump electron from 7.0.1 to 7.1.1 (#17)
Bumps [electron](https://github.com/electron/electron) from 7.0.1 to 7.1.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](https://github.com/electron/electron/compare/v7.0.1...v7.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-08 16:03:57 -05:00

19 lines
407 B
JSON

{
"name": "airhockey",
"version": "1.0.0",
"main": "app.js",
"dependencies": {
"electron": "^7.1.1",
"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"
}