hubot-kaibaibo
Version:
Hubot script to play kai bai bo (rock paper scissors).
29 lines (28 loc) • 642 B
JSON
{
"name": "hubot-kaibaibo",
"version": "0.9.0",
"description": "Hubot script to play kai bai bo (rock paper scissors).",
"main": "index.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/missu/hubot-kaibaibo.git"
},
"keywords": [
"hubot",
"hubot-scripts",
"kaibaibo",
"rockpaperscissors",
"rock",
"paper",
"scissors"
],
"author": "missu",
"license": "MIT",
"bugs": {
"url": "https://github.com/missu/hubot-kaibaibo/issues"
},
"homepage": "https://github.com/missu/hubot-kaibaibo"
}