website-2018/package.json
dependabot[bot] 3d74987f47
Bump async from 2.6.3 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-28 23:08:27 +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.4",
"express": "^4.16.3",
"gmail-send": "^1.2.14",
"hbs": "^4.0.1",
"path": "^0.12.7"
}
}