From 2dade77ee1afe399f0d46200b412ca270bc813de Mon Sep 17 00:00:00 2001 From: Antti Pilto Date: Wed, 27 Jul 2016 19:30:25 +0300 Subject: [PATCH] init --- README.md | 2 +- package.json | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 package.json diff --git a/README.md b/README.md index 6efb737..75723c7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# kanaquiz +# Nothing interesting here Early alpha of Kana Quiz remade with React.js diff --git a/package.json b/package.json new file mode 100644 index 0000000..6396b36 --- /dev/null +++ b/package.json @@ -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" +}