2017-09-02 23:45:34 +02:00
|
|
|
{
|
|
|
|
"name": "fake-log",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2018-03-08 17:50:33 +01:00
|
|
|
"start": "node ./bin/www",
|
|
|
|
"test": "snyk test"
|
2017-09-02 23:45:34 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-11-28 14:36:55 +01:00
|
|
|
"body-parser": "~1.18.2",
|
2017-09-02 23:45:34 +02:00
|
|
|
"cookie-parser": "~1.4.3",
|
2017-12-11 17:39:00 +01:00
|
|
|
"debug": "^3.1.0",
|
2018-04-02 13:19:07 +02:00
|
|
|
"express": "~4.16.3",
|
2017-11-28 16:45:37 +01:00
|
|
|
"express-subdomain": "^1.0.5",
|
2017-11-28 14:36:55 +01:00
|
|
|
"morgan": "~1.9.0",
|
2018-03-08 17:50:33 +01:00
|
|
|
"node-sass-middleware": "^0.11.0",
|
2018-04-02 13:19:07 +02:00
|
|
|
"pug": "^2.0.3",
|
|
|
|
"serve-favicon": "~2.5.0"
|
2018-03-08 17:50:33 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-04-24 19:46:38 +02:00
|
|
|
"snyk": "^1.73.0"
|
2017-09-02 23:45:34 +02:00
|
|
|
}
|
2018-03-22 22:15:42 +01:00
|
|
|
}
|