Skip to content

Instantly share code, notes, and snippets.

@Mezzle
Created June 26, 2015 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mezzle/75cdaa3611edc2f6c616 to your computer and use it in GitHub Desktop.
Save Mezzle/75cdaa3611edc2f6c616 to your computer and use it in GitHub Desktop.
{
"name": "hosted-hubot",
"version": "2.6.3",
"author": "GitHub Inc.",
"keywords": [
"github",
"hubot",
"campfire",
"bot"
],
"description": "A simple helpful robot for your Company",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/github/hubot/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/github/hubot.git"
},
"dependencies": {
"aws2js": "~0.8.3",
"cheerio": "~0.12.4",
"hubot": ">= 2.6.0 < 3.0.0",
"hubot-auth": "^1.1.2",
"hubot-heroku-keepalive": "0.0.4",
"hubot-hipchat": "~2.6.4",
"hubot-scripts": ">= 2.5.0 < 3.0.0",
"hubot-standup-alarm": "git://github.com/protecinnovations/hubot-standup-alarm",
"hubot-whiteboardcleaner": "0.0.2",
"xml2js": "~0.4.0"
},
"engines": {
"node": ">= 0.8.x",
"npm": ">= 1.1.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment