diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5d6db82 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +extra diff --git a/app.js b/app.js new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json new file mode 100644 index 0000000..a758840 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "outcheck", + "version": "1.0.0", + "description": "Proiect Infoeducatie", + "main": "app.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://git.cafelutza.cf/puly/outcheck" + }, + "author": "Radu si Alex", + "license": "0BSD" +}