mirror of
https://github.com/Aviortheking/IMIE_CQ.git
synced 2025-04-22 10:52:15 +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",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user