{
  "name": "node-cron",
  "version": "1.2.1",
  "description": "A simple cron-like task scheduler for Node.js",
  "author": "Lucas Merencia",
  "license": "ISC",
  "homepage": "http://merencia.com/node-cron/",
  "main": "src/node-cron.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha --recursive",
    "coverage": "istanbul cover _mocha -- --recursive",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "check": "npm run coverage && npm run coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/merencia/node-cron.git"
  },
  "keywords": [
    "cron",
    "scheduler",
    "schedule",
    "task",
    "job"
  ],
  "bugs": {
    "url": "https://github.com/merencia/node-cron/issues"
  },
  "devDependencies": {
    "coveralls": "^2.11.6",
    "expect.js": "^0.3.1",
    "istanbul": "^0.4.2",
    "mocha": "^3.0.2",
    "sinon": "^3.1.0"
  }
}
