From 99e996736c370318f962a91e7c47d5a0ba251bde Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Wed, 27 Apr 2022 21:43:54 +0300 Subject: [PATCH] Initial Commit --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..019f831 --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "mancala.js", + "version": "0.0.1", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC" +}