Pierwszy upload
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "tic-tac-toe",
|
||||
"version": "1.0.0",
|
||||
"description": "Kółko i krzyzyk napisany z nudów",
|
||||
"license": "ISC",
|
||||
"author": "Krzysztof Smaga",
|
||||
"type": "commonjs",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@electron-forge/cli": "^7.11.2",
|
||||
"electron": "^42.4.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user