From e499a37df96d077672a430d101a3a3a77ececa57 Mon Sep 17 00:00:00 2001 From: Eunchong Kim Date: Fri, 16 Jul 2021 22:03:09 +0900 Subject: [PATCH] npm init --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json 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" +}