{ "name": "urlshortener-service", "version": "1.0.0", "description": "A service which makes short url and handles redirections.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "co": "^4.6.0", "cookie-parser": "^1.4.3", "express": "^4.16.3", "moment": "^2.22.2", "mysql2": "^2.1.0", "nconf": "^0.10.0", "request": "^2.88.0", "winston": "^3.1.0", "winston-daily-rotate-file": "^3.3.2" } }