Created
February 22, 2013 16:35
-
-
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.
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.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