brobbot
Version:
A simple helpful robot for your Company
35 lines (34 loc) • 652 B
JSON
{
"name": "brobbot",
"version": "3.5.1",
"author": "brobbot",
"keywords": [
"github",
"brobbot",
"campfire",
"bot"
],
"description": "A simple helpful robot for your Company",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/b3nj4m/hubot.git"
},
"dependencies": {
"coffee-script": "1.6.3",
"optparse": "1.0.4",
"scoped-http-client": "0.9.8",
"log": "1.4.0",
"express": "3.18.1",
"q": "~1.1.1",
"lodash": "~2.4.1"
},
"engines": {
"node": ">= 0.8.x",
"npm": ">= 1.1.x"
},
"main": "./index",
"bin": {
"brobbot": "./bin/brobbot"
}
}