Skip to content

Instantly share code, notes, and snippets.

@1syo
Created March 4, 2013 13:01
Show Gist options
  • Save 1syo/5082090 to your computer and use it in GitHub Desktop.
Save 1syo/5082090 to your computer and use it in GitHub Desktop.
{
"name": "hosted-hubot",
"version": "2.4.7",
"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": "https://github.com/github/hubot.git"
},
"dependencies": {
"hubot-twitter": "git://github.com/MathildeLemee/hubot-twitter.git",
// "hubot-irc": ">= 0.0.1",
"hubot": ">=2.4.7",
"gitio": ">=1.0.1",
"hubot-scripts": ">= 2.4.1",
"optparse": "1.0.3"
},
"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