{
  "name": "node-red-contrib--cron-pkjq",
  "version": "0.0.1",
  "description": "Scheduler for Node red with CRON syntax.",
  "node-red": {
    "nodes": {
      "cron": "cron-node.js"
    }
  },  
  "keywords": [
    "cron",
    "node-red",
    "node"
  ],
  "author": "pkjq",
  "license": "MIT",
  "dependencies": {
    "cron-pkjq": "^0.0.1"
  },
  "repository": {
    "type" : "git",
    "url" : "https://github.com/pkjq/node-red-contrib--cron.git"
  }
}
