{
  "name": "log-to-slack",
  "version": "2.0.4",
  "description": "Parse logs on remote servers and post some of them Slack",
  "homepage": "https://github.com/kokarn/log-to-slack",
  "main": "./index.js",
  "bin": "./bin/log-to-slack",
  "repository": {
    "type": "git",
    "url": "https://github.com/kokarn/log-to-slack.git"
  },
  "bugs": {
    "url": "https://github.com/kokarn/log-to-slack/issues"
  },
  "scripts": {
    "eslint": "eslint",
    "test": "eslint lib"
  },
  "license": "MIT",
  "author": {
    "name": "Oskar Risberg",
    "email": "kokarn@gmail.com"
  },
  "dependencies": {
    "chalk": "^1.1.1",
    "merge": "^1.2.0",
    "moment": "^2.13.0",
    "nconf": "^0.8.2",
    "slack-node": "^0.2.0",
    "ssh2": "^0.5.0",
    "web-vuln-scan-list": "^1.1.1"
  },
  "devDependencies": {
    "eslint": "^2.10.2"
  }
}
