{
  "name": "log_bot",
  "version": "1.0.0",
  "description": "A logger for loggging in application",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "logbot",
    "logger",
    "logging"
  ],
  "author": "Abhishek Mane <abhishekmane@outlook.in>",
  "license": "ISC",
  "dependencies": {
    "winston": "^2.4.0"
  }
}
