first commit

This commit is contained in:
2024-06-03 18:43:35 +02:00
parent 2da01a3f6e
commit f501d519af
883 changed files with 71550 additions and 2 deletions

View File

@ -0,0 +1,14 @@
{
"name": "kaz.quota",
"version": "1.0.0",
"description": "This is used to print quota on a HTML page",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "GUIQUERRO Nathaniel & GAULTIER Lauryne",
"license": "ISC",
"dependencies": {
"express-generator": "^4.16.1"
}
}