Skip to content

Instantly share code, notes, and snippets.

@necenzurat
Created October 14, 2012 15:08
Show Gist options
  • Save necenzurat/3888860 to your computer and use it in GitHub Desktop.
Save necenzurat/3888860 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",
"engines": {
"node": "0.8.12",
"npm": "1.1.49"
},
"repository" : {
"type": "git",
"url": "https://github.com/github/hubot.git"
},
"dependencies": {
"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",
"hubot-gtalk": "1.0.5"
},
"main": "./index",
"bin": {
"hubot": "./bin/hubot"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment