Files
AirHockey/package.json
2020-09-30 08:52:12 +00:00

19 lines
408 B
JSON

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