This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-02-08 15:48:53 +00:00
|
|
|
{
|
|
|
|
"name": "demo",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "node ./bin/www",
|
|
|
|
"test": "mocha"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"cookie-parser": "~1.4.3",
|
|
|
|
"debug": "~2.6.9",
|
2021-10-04 03:50:24 +00:00
|
|
|
"dotenv": "^10.0.0",
|
2021-02-08 15:48:53 +00:00
|
|
|
"express": "~4.16.0",
|
|
|
|
"http-errors": "~1.6.2",
|
|
|
|
"morgan": "~1.9.0",
|
2021-10-04 03:50:24 +00:00
|
|
|
"nodemailer": "^6.6.5",
|
2021-02-08 15:48:53 +00:00
|
|
|
"pug": "2.0.0-beta11"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "^5.1.1",
|
|
|
|
"supertest": "^3.0.0"
|
|
|
|
}
|
|
|
|
}
|