diff --git a/Electron Client/package.json b/Electron Client/package.json index c0aa527..79b2b80 100644 --- a/Electron Client/package.json +++ b/Electron Client/package.json @@ -10,5 +10,14 @@ "electron": "*", "electron-prompt": "*", "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" }