This commit is contained in:
Antti Pilto 2016-07-27 19:30:25 +03:00
parent 406df134e5
commit 2dade77ee1
2 changed files with 20 additions and 1 deletions

View File

@ -1,2 +1,2 @@
# kanaquiz
# Nothing interesting here
Early alpha of Kana Quiz remade with React.js

19
package.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "kanaquiz",
"version": "2.0.0",
"description": "Application for studying hiragana & katakana characters.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anzzstuff/kanaquiz.git"
},
"author": "Antti Pilto",
"license": "MIT",
"bugs": {
"url": "https://github.com/anzzstuff/kanaquiz/issues"
},
"homepage": "https://github.com/anzzstuff/kanaquiz#readme"
}