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