mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-19 10:40:16 -04:00
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 3.2.2. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.3...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
698 B
JSON
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": "^3.2.2",
|
|
"express": "^4.16.3",
|
|
"gmail-send": "^1.2.14",
|
|
"hbs": "^4.0.1",
|
|
"path": "^0.12.7"
|
|
}
|
|
}
|