nobot
Version:
A simple bot for HipChat
27 lines • 532 B
JSON
{
"name": "nobot",
"author": "Olivier Truong <truongo@uci.edu>",
"keywords": [
"nobot",
"bot",
"hipchat"
],
"description": "A simple bot for HipChat",
"version": "0.1.1",
"dependencies": {
"node-xmpp": "0.5.5",
"underscore": "*"
},
"licenses": [{
"type": "MIT",
"url": "https://raw.github.com/oliviert/nobot/master/LICENSE"
}],
"repository": {
"type": "git",
"url": "https://github.com/oliviert/nobot.git"
},
"engines": {
"node": ">=0.8.x"
},
"main": "./index"
}