Files
AirHockey/package.json
2018-08-26 11:02:47 -04:00

19 lines
407 B
JSON
Executable File

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