Skip to content

Instantly share code, notes, and snippets.

@indrode
Created February 22, 2013 16:35
Show Gist options
  • Save indrode/5014705 to your computer and use it in GitHub Desktop.
Save indrode/5014705 to your computer and use it in GitHub Desktop.
This is the package.json for Talker-Hubot client. See http://lamentingrobot.com/hubot-talker for more info.
{
"name": "hosted-hubot",
"version": "2.4.6",
"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"
}],
"engines": {
"node": "0.8.19",
"npm": "1.2.10"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/github/hubot.git"
},
"dependencies": {
"hubot-talker": ">= 1.0.1",
"hubot": "2.4.6",
"hubot-scripts": ">=2.0.8",
"optparse": "1.0.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment