{ "name": "cld2", "version": "0.0.0", "private": true, "scripts": { "start": "nodemon ./bin/www" }, "dependencies": { "cookie-parser": "^1.4.4", "debug": "^2.6.9", "ejs": "^2.7.1", "express": "^4.16.4", "express-pino-logger": "^4.0.0", "got": "^9.6.0", "http-errors": "^1.6.3", "jade": "^1.11.0", "moment": "^2.24.0", "morgan": "^1.9.1", "mysql2": "^1.7.0", "nodemon": "^1.19.3", "pino": "^5.14.0", "redis": "^2.8.0", "sequelize": "^5.19.4" }, "devDependencies": { "grunt": "^1.0.4", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-jshint": "^2.1.0", "grunt-contrib-uglify": "^4.0.1", "grunt-contrib-watch": "^1.1.0", "pino-pretty": "^3.5.0" } }