{
  "name": "log-to-file",
  "version": "2.0.2",
  "description": "Log text to file (with timestamp)",
  "main": "app.js",
  "scripts": {
    "test": "./node_modules/.bin/eslint ./ && node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/vsichka/log-to-file.npm.git"
  },
  "keywords": [
    "log",
    "file",
    "error",
    "time"
  ],
  "author": "Volodymyr Sichka",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/vsichka/log-to-file.npm/issues"
  },
  "homepage": "https://gitlab.com/vsichka/log-to-file.npm#README",
  "devDependencies": {
    "eslint": "^5.16.0"
  }
}
