{
  "name": "hellogerard/jobby",
  "homepage": "https://github.com/hellogerard/jobby",
  "license": "MIT",
  "description": "Manage all your cron jobs without modifying crontab. Handles locking, logging, error emails, and more.",
  "authors": [
    {
      "name": "Gerard Sychay",
      "email": "hellogerard@gmail.com",
      "homepage": "https://github.com/hellogerard"
    },
    {
      "name": "Michael Contento",
      "homepage": "https://github.com/michaelcontento"
    }
  ],
  "require": {
    "php": ">=5.3.0",
    "mtdowling/cron-expression": "1.0.x",
    "swiftmailer/swiftmailer": "~5.2"
  },
  "require-dev": {
    "phpunit/phpunit": "3.7.*"
  },
  "autoload": {
    "psr-0": {
      "Jobby": "src/"
    }
  }
}
