{
  "name": "express-router-log-requests-to-file",
  "version": "3.1.1",
  "description": "Express log router (middleware)",
  "main": "app.js",
  "scripts": {
    "test": "./node_modules/.bin/eslint ./ && node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/vsichka/express-router-log-requests-to-file.npm.git"
  },
  "keywords": [
    "express",
    "router",
    "log",
    "request",
    "requests",
    "file",
    "timestamp"
  ],
  "author": "Volodymyr Sichka",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/vsichka/express-router-log-requests-to-file.npm/issues"
  },
  "homepage": "https://gitlab.com/vsichka/express-router-log-requests-to-file.npm#README",
  "dependencies": {
    "json-log-file": "^1.2.1"
  },
  "devDependencies": {
    "eslint": "^5.10.0",
    "express": "^4.16.4"
  }
}
