init
This commit is contained in:
parent
406df134e5
commit
2dade77ee1
|
@ -1,2 +1,2 @@
|
|||
# kanaquiz
|
||||
# Nothing interesting here
|
||||
Early alpha of Kana Quiz remade with React.js
|
||||
|
|
19
package.json
Normal file
19
package.json
Normal 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"
|
||||
}
|
Loading…
Reference in a new issue