hubot-praise
Version:
A hubot script that you can use to praise a coworker, send them an awesome gif and high five them
48 lines (40 loc) • 830 B
JSON
{
"name": "hubot-praise",
"description": "A hubot script that you can use to praise a coworker, send them an awesome gif and high five them",
"version": "0.1.3",
"author": "Marthyn Olthof",
"name": "hubot-praise",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"praise",
"high",
"five",
"coworker",
"hubot-highfive",
"hubot-motivate",
"gif"
],
"repository": {
"type": "git",
"url": "git@github.com:marthyn/hubot-praise.git"
},
"bugs": {
"url": "https://github.com/marthyn/hubot-praise/issues"
},
"dependencies": {
"coffee-script": "*"
},
"devDependencies": {
"chai": "*",
"mocha": "*",
"hubot": "*",
"sinon": "*",
"sinon-chai": "*"
},
"main": "index.coffee",
"scripts": {
"test": "script/test"
}
}