kana/package.json

20 lines
509 B
JSON
Raw Normal View History

2016-07-27 16:30:25 +00:00
{
"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"
}