Created
October 14, 2012 15:08
-
-
Save necenzurat/3888860 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": "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