hubot-bamboo-goodmorning
Version:
A hubot scripts that says goodmorning in the way we like it
43 lines (42 loc) • 985 B
JSON
{
"name": "hubot-bamboo-goodmorning",
"description": "A hubot scripts that says goodmorning in the way we like it",
"version": "0.1.0",
"author": "Farid Nouri Neshat <Farid@Olindata.com>",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"goodmorning",
"good-morning",
"morning",
"bamboo",
"bamboohr",
"quote",
"quotes",
"daily-quote",
"daily-quotes"
],
"repository": {
"type": "git",
"url": "https://gitlab.olindata.com/olindata/hubot-bamboo-goodmorning.git"
},
"bugs": {
"url": "https://gitlab.olindata.com/olindata/hubot-bamboo-goodmorning/issues"
},
"dependencies": {
"array-to-sentence": "^2.0.0",
"giphy-api": "^2.0.1",
"just-random": "^2.0.0",
"lodash.uniq": "^4.5.0",
"moment": "^2.22.2",
"node-bamboohr": "^1.0.2",
"node-schedule": "^1.3.0"
},
"peerDependencies": {
"hubot": "2.x"
},
"devDependencies": {},
"main": "index.js",
"scripts": {}
}