Skip to content

Instantly share code, notes, and snippets.

@elliotttf
Created July 11, 2012 01:02
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 elliotttf/3087253 to your computer and use it in GitHub Desktop.
Save elliotttf/3087253 to your computer and use it in GitHub Desktop.
{
"name": "hosted-hubot",
"version": "2.1.4",
"author": "GitHub Inc.",
"keywords": "github hubot campfire bot",
"description": "A simple helpful Robot for your Company",
"licenses": [{
"type": "MIT",
"url": "http://github.com/github/hubot/raw/master/LICENSE"
}],
"repository" : {
"type" : "git",
"url" : "http://github.com/github/hubot.git"
},
"dependencies": {
"hubot": "git://github.com/elliotttf/hubot.git",
"hubot-irc": "git://github.com/elliotttf/hubot-irc.git",
"hubot-scripts": "git://github.com/elliotttf/hubot-scripts.git",
"jsdom": "0.2.14",
"mongoose": "2.5.14",
"optparse": "1.0.3",
"redis": "0.7.2",
"sandbox": "0.8.3",
"solr": "0.2.1",
"underscore": "1.3.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment