commit
567c3e83f7
3
TODO.md
3
TODO.md
@ -1,3 +1,6 @@
|
|||||||
|
[ ] Localization
|
||||||
|
[ ] Fix GAME tab for not refresh page
|
||||||
|
[ ] Show word if lose
|
||||||
[ ] Android manifest
|
[ ] Android manifest
|
||||||
[+] Keyboard fit
|
[+] Keyboard fit
|
||||||
[+] Game Statistics
|
[+] Game Statistics
|
||||||
|
@ -2,7 +2,10 @@
|
|||||||
"name": "hgman",
|
"name": "hgman",
|
||||||
"version": "2.0.2",
|
"version": "2.0.2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"keywords": [],
|
"keywords": [
|
||||||
|
"game",
|
||||||
|
"word"
|
||||||
|
],
|
||||||
"author": "Alexander Popov",
|
"author": "Alexander Popov",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
@ -11,5 +14,8 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chota": "0.8.0"
|
"chota": "0.8.0"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"server": "python3.7 -m http.server --directory ."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user