enlevage des fichiers du dossier

This commit is contained in:
Florian Bouillon 2020-07-02 11:57:25 +02:00
parent b55bba912e
commit 035253d178
13 changed files with 16 additions and 41 deletions

View File

@ -1,5 +0,0 @@
node_modules
build
npm-debug.log
.env
.DS_Store

View File

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

View File

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