{
  "name": "crontab",
  "description": "A module for reading, creating, deleting, manipulating, and saving system cronjobs with node.js",
  "keywords": [
    "cron",
    "crontab",
    "schedule",
    "system",
    "run",
    "process"
  ],
  "version": "1.4.2",
  "main": "./lib/index",
  "dependencies": {
    "underscore": "^1.6.0"
  },
  "devDependencies": {
    "vows": "0.7.0"
  },
  "scripts": {
    "test": "test/runner.js"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "author": {
    "name": "Blagovest Dachev",
    "email": "blago@dachev.com",
    "url": "http://www.dachev.com"
  },
  "homepage": "https://github.com/dachev/node-crontab",
  "repository": {
    "type": "git",
    "url": "git://github.com/dachev/node-crontab.git"
  },
  "licenses": [
    {
      "type": "GPL3",
      "url": "http://opensource.org/licenses/MIT"
    }
  ],
  "types": "lib/index.d.ts"
}
