hubot-scripts-us-federal-holidays-reminder
Version:
Post a reminder about upcoming US federal holidays
47 lines (46 loc) • 1.33 kB
JSON
{
"name": "hubot-scripts-us-federal-holidays-reminder",
"version": "2.1.1",
"description": "Post a reminder about upcoming US federal holidays",
"main": "holiday-reminder.js",
"scripts": {
"lint": "eslint holiday-reminder*.js",
"prettier": "prettier --single-quote --trailing-comma none --write holiday-reminder*.js",
"test": "mocha *.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/18F/hubot-scripts-us-federal-holidays-reminder.git"
},
"keywords": [
"hubot",
"hubot-scripts",
"holiday",
"federal"
],
"author": "Greg Walker <michael.walker@gsa.gov>",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/18F/hubot-scripts-us-federal-holidays-reminder/issues"
},
"homepage": "https://github.com/18F/hubot-scripts-us-federal-holidays-reminder#readme",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^5.2.0",
"prettier": "^1.15.1",
"sinon": "^7.1.1"
},
"deeprDependencies": {
"hubot": "^2.19.0"
},
"dependencies": {
"@18f/us-federal-holidays": "^1.2.0",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"node-schedule": "^1.3.0"
}
}