2019-12-03 00:41:33 +00:00
|
|
|
{
|
|
|
|
"name": "australia",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "node ./bin/www"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"cookie-parser": "~1.4.4",
|
|
|
|
"debug": "~2.6.9",
|
|
|
|
"express": "~4.16.1",
|
|
|
|
"http-errors": "~1.6.3",
|
|
|
|
"morgan": "~1.9.1",
|
2019-12-03 01:03:32 +00:00
|
|
|
"mysql": "^2.17.1",
|
2019-12-03 00:41:33 +00:00
|
|
|
"twig": "~0.10.3"
|
|
|
|
}
|
|
|
|
}
|