Files
AirHockey/package.json
2018-03-09 16:48:44 -05:00

18 lines
381 B
JSON

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