{
  "name": "pimatic-cron",
  "description": "Provides predicates for time designations, so actions can be triggert at a specific time.",
  "author": "Oliver Schneider <oliverschneider89+sweetpi@gmail.com> (http://sweetpi.de)",
  "main": "cron.coffee",
  "files": [
    "doc",
    "test",
    "cron.coffee",
    "cron-config-schema.coffee",
    "README.md",
    "icon.svg",
    "LICENSE"
  ],
  "version": "0.8.8",
  "homepage": "http://github.com/pimatic/pimatic",
  "repository": {
    "type": "git",
    "url": "git://github.com/pimatic/pimatic-cron.git"
  },
  "icon": "icon.svg",
  "license": "GPL-2.0",
  "configSchema": "cron-config-schema.coffee",
  "dependencies": {
    "chrono-node": "~0.1.6",
    "cron": "~1.0.3"
  },
  "keywords": [
    "pimatic",
    "predicates",
    "cron",
    "cronjob",
    "time",
    "date",
    "schedule"
  ],
  "peerDependencies": {
    "pimatic": ">=0.8.0 <1.0.0"
  },
  "engines": {
    "node": ">0.8.x",
    "npm": ">1.1.x"
  }
}
