Draft of a mastermind.

This commit is contained in:
kplaczek
2022-01-23 13:46:01 +01:00
parent f4d1c0a863
commit 03f3f0154e
4 changed files with 348 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "vue-mastermind",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.techtube.pl/krzysiej/vue-mastermind.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"vue": "^3.2.28"
}
}