{
  "name": "jenkins-monitor",
  "version": "2.2.0",
  "description": "Monitor Jenkins Status",
  "main": "index.js",
  "scripts": {
    "lint": "eslint index.js lib/ test/",
    "semantic-release": "semantic-release",
    "start": "supervisor index.js",
    "test": "mocha -r test/support/env -b -c --check-leaks -R tap test/",
    "watch": "mocha -r test/support/env -b -c --check-leaks -R progress -w test/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Starefossen/jenkins-monitor.git"
  },
  "keywords": [
    "Jenkins",
    "Monitor",
    "Monit",
    "Watch",
    "Alert"
  ],
  "author": "Hans Kristian Flaatten <hans.kristian.flaatten@turistforeningen.no>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Starefossen/jenkins-monitor/issues"
  },
  "homepage": "https://github.com/Starefossen/jenkins-monitor#readme",
  "dependencies": {
    "async": "^1.5.2",
    "ioredis": "^2.2.0",
    "irc": "^0.4.1",
    "jsonist": "^1.3.0",
    "node-schedule": "^1.0.0",
    "sendgrid": "^2.0.0"
  },
  "devDependencies": {
    "eslint": "^3.1.1",
    "eslint-config-airbnb-base": "^5.0.0",
    "eslint-plugin-import": "^1.12.0",
    "mocha": "^2.4.5",
    "semantic-release": "^4.3.5",
    "supervisor": "^0.11.0"
  }
}