commit 940b2ad478758a5227778aa95d0cd6811edeb14c Author: Jakub Koralewski Date: Thu Dec 19 14:47:21 2019 +0100 Initial diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..39c0a22 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "hm9-intro-to-comp-sci", + "version": "0.0.1", + "description": "Newspaper mockup", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git@git.wmi.amu.edu.pl:s452490/cs_homework09.git" + }, + "author": "Jakub Koralewski", + "license": "MIT" +}