commodore-github-bot
Version:
A hubot script to list and recurrently remind you about open pull requests and pull request assignments.
43 lines (42 loc) • 996 B
JSON
{
"name": "commodore-github-bot",
"description": "A hubot script to list and recurrently remind you about open pull requests and pull request assignments.",
"version": "4.2.2",
"authors": [
"Carter Danko"
],
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"slack",
"github",
"pull-requests",
"pulls"
],
"repository": {
"type": "git",
"url": "git@github.com:carterdanko/hubot-github-bot.git"
},
"bugs": {
"url": "https://github.com/carterdanko/hubot-github-bot/issues"
},
"dependencies": {
"coffee-script": "^1.10.0",
"cron": "^1.0.9",
"fuse.js": "^2.0.1",
"moment": "^2.10.6",
"octokat": "^0.5.0-beta.0",
"underscore": "^1.8.3"
},
"main": "index.coffee",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/ndaversa/hubot-github-bot",
"devDependencies": {},
"author": "Carter Danko"
}