{
  "name": "scheduled",
  "description": "Scheduled job manager for JavaScript, linux cron pattern.",
  "version": "0.5.0",
  "author": {
    "name": "Javier Gallego Martín",
    "email": "bifuer@gmail.com"
  },
  "contributors": [
    {
      "name": "Chelo Quilón Gomez",
      "email": "cheloq@gmail.com"
    }
  ],
  "homepage": "https://github.com/pillarsjs/scheduled",
  "repository": {
    "type": "git",
    "url": "git://github.com/pillarsjs/scheduled"
  },
  "bugs": {
    "url": "https://github.com/pillarsjs/scheduled/issues",
    "email" : "cheloq@gmail.com"
  },
  "keywords": [
    "scheduled",
    "schedule",
    "cron",
    "cron job",
    "timer",
    "timers",
    "cron pattern",
    "node",
    "js",
    "javascript"
  ],
  "dependencies": {
    "crier": "*",
    "objectarray": "*",
    "date.format": "*",
    "textualization": "*"
  },
  "devDependencies": {
    "mocha": "*",
    "unit.js": "*"
  },
  "main": "./index.js",
  "scripts":{
    "test": "mocha test/"
  },
  "preferGlobal": false,
  "files": [
    "LICENSE",
    "README.md",
    "index.js",
    "languages"
  ],
  "readmeFilename": "README.md",
  "license": "MIT"
}