mirror of
https://github.com/Aviortheking/IMIE_CQ.git
synced 2025-04-23 11:22:09 +00:00
enlevage des fichiers du dossier
This commit is contained in:
parent
b55bba912e
commit
035253d178
5
SoftwareQuality/.gitignore
vendored
5
SoftwareQuality/.gitignore
vendored
@ -1,5 +0,0 @@
|
|||||||
node_modules
|
|
||||||
build
|
|
||||||
npm-debug.log
|
|
||||||
.env
|
|
||||||
.DS_Store
|
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
31
package.json
31
package.json
@ -1,20 +1,21 @@
|
|||||||
{
|
{
|
||||||
"name": "IMIE_CQ",
|
"name": "sofwtarequality",
|
||||||
"version": "1.0.0",
|
"version": "0.0.0",
|
||||||
"description": "## Maintainers",
|
"private": true,
|
||||||
"main": "index.js",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"start": "node ./bin/www",
|
||||||
|
"test": "mocha"
|
||||||
},
|
},
|
||||||
"repository": {
|
"dependencies": {
|
||||||
"type": "git",
|
"cookie-parser": "~1.4.4",
|
||||||
"url": "git+https://github.com/Aviortheking/IMIE_CQ.git"
|
"debug": "~2.6.9",
|
||||||
|
"express": "~4.16.1",
|
||||||
|
"http-errors": "~1.6.3",
|
||||||
|
"morgan": "~1.9.1",
|
||||||
|
"pug": "2.0.0-beta11"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"devDependencies": {
|
||||||
"author": "",
|
"mocha": "^8.0.1",
|
||||||
"license": "ISC",
|
"nodemon": "^2.0.4"
|
||||||
"bugs": {
|
}
|
||||||
"url": "https://github.com/Aviortheking/IMIE_CQ/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/Aviortheking/IMIE_CQ#readme"
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user