mirror of
https://github.com/owenlejeune/AirHockey.git
synced 2025-12-26 17:31:18 -05:00
24 lines
576 B
JSON
24 lines
576 B
JSON
{
|
|
"name": "project",
|
|
"version": "1.0.0",
|
|
"description": "A minimal Electron application",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"dependencies": {
|
|
"electron": "*",
|
|
"electron-prompt": "*",
|
|
"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"
|
|
}
|