diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/main.js b/main.js new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json new file mode 100644 index 0000000..7035a74 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "biblioteca", + "version": "1.0.0", + "description": "Site-ul Bibliotecii Vianu", + "main": "main.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://cseinfo.cafelutza.cf/DepInfo/biblioteca" + }, + "author": "DepInfo TudorVianu", + "license": "0BSD" +}