fake-log/package.json

30 lines
667 B
JSON
Raw Normal View History

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",
"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",
2017-09-02 23:45:34 +02:00
"cookie-parser": "~1.4.3",
"date-fns": "^2.0.0-alpha.24",
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-01-13 17:54:05 +01:00
"md5": "^2.2.1",
"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",
"uuid": "^3.3.2"
2018-03-08 17:50:33 +01:00
},
2018-08-22 11:28:52 +02:00
"devDependencies": {
"jshint": "^2.9.7",
"nodemon": "^1.18.9"
2018-08-22 11:28:52 +02:00
}
2018-05-25 20:51:51 +02:00
}