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",
|
2019-02-05 11:17:06 +01:00
|
|
|
"watch": "nodemon ./bin/www",
|
|
|
|
"test": "jshint src/ app.js --verbose"
|
2017-09-02 23:45:34 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-05-25 20:51:51 +02:00
|
|
|
"body-parser": "~1.18.3",
|
2019-03-03 02:01:02 +01:00
|
|
|
"cookie-parser": "^1.4.4",
|
2019-02-05 20:40:30 +01:00
|
|
|
"csrf": "^3.0.6",
|
2019-02-10 16:53:05 +01:00
|
|
|
"date-fns": "^2.0.0-alpha.27",
|
2019-01-11 00:27:32 +01:00
|
|
|
"debug": "^4.1.1",
|
2018-12-04 20:15:18 +01:00
|
|
|
"express": "~4.16.4",
|
2017-11-28 16:45:37 +01:00
|
|
|
"express-subdomain": "^1.0.5",
|
2019-03-03 02:01:02 +01:00
|
|
|
"lodash": "latest",
|
2019-01-13 17:54:05 +01:00
|
|
|
"md5": "^2.2.1",
|
2019-02-05 11:25:42 +01:00
|
|
|
"moment-timezone": "^0.5.23",
|
2018-09-11 16:32:12 +02:00
|
|
|
"morgan": "~1.9.1",
|
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",
|
2019-03-03 02:01:02 +01:00
|
|
|
"uuid": "^3.3.2"
|
2018-03-08 17:50:33 +01:00
|
|
|
},
|
2018-08-22 11:28:52 +02:00
|
|
|
"devDependencies": {
|
2019-02-10 16:53:05 +01:00
|
|
|
"jshint": "^2.10.1",
|
|
|
|
"nodemon": "^1.18.10"
|
2018-08-22 11:28:52 +02:00
|
|
|
}
|
2018-05-25 20:51:51 +02:00
|
|
|
}
|