From 035253d178880d9aa15309703939bdfe4abee0ee Mon Sep 17 00:00:00 2001 From: Florian Bouillon Date: Thu, 2 Jul 2020 11:57:25 +0200 Subject: [PATCH] enlevage des fichiers du dossier --- SoftwareQuality/.gitignore | 5 --- SoftwareQuality/package.json | 21 ------------- SoftwareQuality/app.js => app.js | 0 {SoftwareQuality/bin => bin}/www | 0 .../package-lock.json => package-lock.json | 0 package.json | 31 ++++++++++--------- .../public => public}/stylesheets/style.css | 0 {SoftwareQuality/routes => routes}/index.js | 0 {SoftwareQuality/routes => routes}/users.js | 0 {SoftwareQuality/test => test}/test.js | 0 {SoftwareQuality/views => views}/error.pug | 0 {SoftwareQuality/views => views}/index.pug | 0 {SoftwareQuality/views => views}/layout.pug | 0 13 files changed, 16 insertions(+), 41 deletions(-) delete mode 100644 SoftwareQuality/.gitignore delete mode 100644 SoftwareQuality/package.json rename SoftwareQuality/app.js => app.js (100%) rename {SoftwareQuality/bin => bin}/www (100%) rename SoftwareQuality/package-lock.json => package-lock.json (100%) rename {SoftwareQuality/public => public}/stylesheets/style.css (100%) rename {SoftwareQuality/routes => routes}/index.js (100%) rename {SoftwareQuality/routes => routes}/users.js (100%) rename {SoftwareQuality/test => test}/test.js (100%) rename {SoftwareQuality/views => views}/error.pug (100%) rename {SoftwareQuality/views => views}/index.pug (100%) rename {SoftwareQuality/views => views}/layout.pug (100%) diff --git a/SoftwareQuality/.gitignore b/SoftwareQuality/.gitignore deleted file mode 100644 index 6f81168..0000000 --- a/SoftwareQuality/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -node_modules -build -npm-debug.log -.env -.DS_Store \ No newline at end of file diff --git a/SoftwareQuality/package.json b/SoftwareQuality/package.json deleted file mode 100644 index e3b66e4..0000000 --- a/SoftwareQuality/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "sofwtarequality", - "version": "0.0.0", - "private": true, - "scripts": { - "start": "node ./bin/www", - "test": "mocha" - }, - "dependencies": { - "cookie-parser": "~1.4.4", - "debug": "~2.6.9", - "express": "~4.16.1", - "http-errors": "~1.6.3", - "morgan": "~1.9.1", - "pug": "2.0.0-beta11" - }, - "devDependencies": { - "mocha": "^8.0.1", - "nodemon": "^2.0.4" - } -} diff --git a/SoftwareQuality/app.js b/app.js similarity index 100% rename from SoftwareQuality/app.js rename to app.js diff --git a/SoftwareQuality/bin/www b/bin/www similarity index 100% rename from SoftwareQuality/bin/www rename to bin/www diff --git a/SoftwareQuality/package-lock.json b/package-lock.json similarity index 100% rename from SoftwareQuality/package-lock.json rename to package-lock.json diff --git a/package.json b/package.json index 1e240fe..e3b66e4 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,21 @@ { - "name": "IMIE_CQ", - "version": "1.0.0", - "description": "## Maintainers", - "main": "index.js", + "name": "sofwtarequality", + "version": "0.0.0", + "private": true, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "start": "node ./bin/www", + "test": "mocha" }, - "repository": { - "type": "git", - "url": "git+https://github.com/Aviortheking/IMIE_CQ.git" + "dependencies": { + "cookie-parser": "~1.4.4", + "debug": "~2.6.9", + "express": "~4.16.1", + "http-errors": "~1.6.3", + "morgan": "~1.9.1", + "pug": "2.0.0-beta11" }, - "keywords": [], - "author": "", - "license": "ISC", - "bugs": { - "url": "https://github.com/Aviortheking/IMIE_CQ/issues" - }, - "homepage": "https://github.com/Aviortheking/IMIE_CQ#readme" + "devDependencies": { + "mocha": "^8.0.1", + "nodemon": "^2.0.4" + } } diff --git a/SoftwareQuality/public/stylesheets/style.css b/public/stylesheets/style.css similarity index 100% rename from SoftwareQuality/public/stylesheets/style.css rename to public/stylesheets/style.css diff --git a/SoftwareQuality/routes/index.js b/routes/index.js similarity index 100% rename from SoftwareQuality/routes/index.js rename to routes/index.js diff --git a/SoftwareQuality/routes/users.js b/routes/users.js similarity index 100% rename from SoftwareQuality/routes/users.js rename to routes/users.js diff --git a/SoftwareQuality/test/test.js b/test/test.js similarity index 100% rename from SoftwareQuality/test/test.js rename to test/test.js diff --git a/SoftwareQuality/views/error.pug b/views/error.pug similarity index 100% rename from SoftwareQuality/views/error.pug rename to views/error.pug diff --git a/SoftwareQuality/views/index.pug b/views/index.pug similarity index 100% rename from SoftwareQuality/views/index.pug rename to views/index.pug diff --git a/SoftwareQuality/views/layout.pug b/views/layout.pug similarity index 100% rename from SoftwareQuality/views/layout.pug rename to views/layout.pug