kana/package.json
Antti Pilto 2dade77ee1 init
2016-07-27 19:30:25 +03:00

20 lines
509 B
JSON

{
"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"
}