This commit is contained in:
Jakub Koralewski 2019-12-19 14:47:21 +01:00
commit 940b2ad478
2 changed files with 16 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea

15
package.json Normal file
View File

@ -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"
}