{
  "name": "hubot-cron-checker",
  "version": "0.1.0",
  "description": "Let hubot explain crontab entry in normal english",
  "main": "index.coffee",
  "scripts": {
    "test": "script/test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mvanduijker/hubot-cron-checker"
  },
  "keywords": [
    "hubot",
    "hubot-scripts",
    "cron",
    "crontab",
    "checker"
  ],
  "author": "Mark van Duijker <mark@duyker.nl>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mvanduijker/hubot-cron-checker/issues"
  },
  "homepage": "https://github.com/mvanduijker/hubot-cron-checker",
  "dependencies": {
    "prettycron": "^0.10.0",
    "coffee-script": "~1.6"
  },
  "devDependencies": {
    "mocha": "*",
    "chai": "*",
    "sinon-chai": "*",
    "sinon": "*"
  }
}
