uno-game-js/package.json
2021-07-17 00:02:02 +09:00

25 lines
512 B
JSON

{
"name": "uno-game",
"version": "1.0.0",
"description": "Uno game",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/newini/uno-game-js.git"
},
"keywords": [
"uno",
"game",
"js"
],
"author": "Eunchong Kim",
"license": "ISC",
"bugs": {
"url": "https://github.com/newini/uno-game-js/issues"
},
"homepage": "https://github.com/newini/uno-game-js#readme"
}