Skip to content

Instantly share code, notes, and snippets.

@eoleary
Created November 5, 2012 19:14
Show Gist options
  • Save eoleary/4019692 to your computer and use it in GitHub Desktop.
Save eoleary/4019692 to your computer and use it in GitHub Desktop.
{
"name": "hubot",
"version": "2.3.4",
"author": "hubot",
"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": ">= 2.3.4",
"hubot-hipchat": ">= 1.1.2",
"coffee-script": "1.3.3",
"optparse": "1.0.3",
"scoped-http-client": "0.9.7",
"log": "1.3.0",
"connect": "2.3.4",
"connect_router": "1.8.6"
},
"main": "./index",
"bin": {
"hubot": "./bin/hubot"
},
"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