{
  "name": "@siweb/bh-smart-cron",
  "version": "1.0.0",
  "description": "NodeJS cron like",
  "main": "bh-smart-cron.js",
  "scripts": {
    "test": "mocha --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.bh-technologies.com:bht-si-nodejs-modules/bh-smart-cron.git"
  },
  "keywords": [
    "CRON",
    "BH"
  ],
  "author": "SiWeb",
  "license": "ISC",
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.0.0"
  },
  "dependencies": {
    "moment-timezone": "^0.5.14",
    "q": "^1.5.1"
  }
}
