commit 99e996736c370318f962a91e7c47d5a0ba251bde Author: Halit Aksoy Date: Wed Apr 27 21:43:54 2022 +0300 Initial Commit 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" +}