mirror of
https://github.com/owenlejeune/AirHockey.git
synced 2025-12-06 14:02:24 -05:00
18 lines
381 B
JSON
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"
|
|
}
|