hubot-hipchat
Version:
A HipChat adapter for Hubot
28 lines (27 loc) • 528 B
JSON
{
"name": "hubot-hipchat",
"version": "2.12.0-6",
"author": "HipChat <support@hipchat.com>",
"description": "A HipChat adapter for Hubot",
"keywords": [
"hipchat",
"hubot",
"xmpp",
"chat",
"bot"
],
"repository": {
"type": "git",
"url": "http://github.com/hipchat/hubot-hipchat.git"
},
"license": "MIT",
"main": "./src/hipchat",
"engines": {
"node" : "~0.12.2"
},
"dependencies": {
"node-xmpp-client": "^2.1.0",
"rsvp": "~1.2.0",
"underscore": "~1.4.4"
}
}