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": {
|
2018-05-25 20:51:51 +02:00
|
|
|
"body-parser": "~1.18.3",
|
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",
|
2018-07-12 15:14:45 +02:00
|
|
|
"serve-favicon": "~2.5.0",
|
|
|
|
"uuid": "^3.3.2"
|
2018-03-08 17:50:33 +01:00
|
|
|
},
|
2018-07-11 19:24:27 +02:00
|
|
|
"devDependencies": {}
|
2018-05-25 20:51:51 +02:00
|
|
|
}
|