mirror of
https://github.com/Aviortheking/IMIE_CQ.git
synced 2025-08-14 05:31:59 +00:00
Bumps [pug](https://github.com/pugjs/pug) from 2.0.0-beta11 to 3.0.1. - [Release notes](https://github.com/pugjs/pug/releases) - [Commits](https://github.com/pugjs/pug/compare/pug@2.0.0-beta11...pug@3.0.1) Signed-off-by: dependabot[bot] <support@github.com>
25 lines
498 B
JSON
25 lines
498 B
JSON
{
|
|
"name": "sofwtarequality",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www",
|
|
"test": "mocha --recursive --watch"
|
|
},
|
|
"dependencies": {
|
|
"cookie-parser": "~1.4.4",
|
|
"debug": "~2.6.9",
|
|
"express": "~4.16.1",
|
|
"http-errors": "~1.6.3",
|
|
"morgan": "~1.9.1",
|
|
"pug": "3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"assert": "^2.0.0",
|
|
"mocha": "^8.0.1",
|
|
"node-mocks-http": "^1.8.1",
|
|
"nodemon": "^2.0.4",
|
|
"prettier": "2.0.5"
|
|
}
|
|
}
|