commit e499a37df96d077672a430d101a3a3a77ececa57 Author: Eunchong Kim Date: Fri Jul 16 22:03:09 2021 +0900 npm init diff --git a/package.json b/package.json new file mode 100644 index 0000000..a6be28e --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "uno-game", + "version": "0.0.0", + "description": "Uno game", + "main": "index.js", + "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" +}