Created
June 26, 2015 09:32
-
-
Save Mezzle/75cdaa3611edc2f6c616 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "hosted-hubot", | |
"version": "2.6.3", | |
"author": "GitHub Inc.", | |
"keywords": [ | |
"github", | |
"hubot", | |
"campfire", | |
"bot" | |
], | |
"description": "A simple helpful robot for your Company", | |
"licenses": [ | |
{ | |
"type": "MIT", | |
"url": "https://github.com/github/hubot/raw/master/LICENSE" | |
} | |
], | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/github/hubot.git" | |
}, | |
"dependencies": { | |
"aws2js": "~0.8.3", | |
"cheerio": "~0.12.4", | |
"hubot": ">= 2.6.0 < 3.0.0", | |
"hubot-auth": "^1.1.2", | |
"hubot-heroku-keepalive": "0.0.4", | |
"hubot-hipchat": "~2.6.4", | |
"hubot-scripts": ">= 2.5.0 < 3.0.0", | |
"hubot-standup-alarm": "git://github.com/protecinnovations/hubot-standup-alarm", | |
"hubot-whiteboardcleaner": "0.0.2", | |
"xml2js": "~0.4.0" | |
}, | |
"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