website-2018/package.json
dependabot[bot] ce8b665bfc
Bump express from 4.17.1 to 4.17.3
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.17.3)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-10 23:15:45 +00:00

27 lines
698 B
JSON

{
"name": "sga-website",
"version": "1.0.0",
"description": "Official website of TJ SGA",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tjsga/sga-website.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tjsga/sga-website/issues"
},
"homepage": "https://github.com/tjsga/sga-website#readme",
"dependencies": {
"async": "^2.6.1",
"express": "^4.17.3",
"gmail-send": "^1.2.14",
"hbs": "^4.0.1",
"path": "^0.12.7"
}
}