Files
AirHockey/package.json
2020-02-20 12:14:41 -05:00

19 lines
407 B
JSON

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