hubot-human-goodmorning
Version:
A hubot scripts that says goodmorning only once and after somebody else has said it
31 lines (30 loc) • 732 B
JSON
{
"name": "hubot-human-goodmorning",
"description": "A hubot scripts that says goodmorning only once and after somebody else has said it",
"version": "0.1.1",
"author": "Farid Nouri Neshat <Farid@Olindata.com>",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"goodmorning",
"good-morning",
"morning"
],
"repository": {
"type": "git",
"url": "https://gitlab.olindata.com/olindata/hubot-human-goodmorning.git"
},
"bugs": {
"url": "https://gitlab.olindata.com/olindata/hubot-human-goodmorning/issues"
},
"dependencies": {
"just-random": "^2.0.0"
},
"peerDependencies": {
"hubot": "2.x"
},
"devDependencies": {},
"main": "index.js",
"scripts": {}
}