UNPKG

652 BJSONView Raw
1{
2 "name": "brobbot",
3 "version": "4.0.2",
4 "author": "brobbot",
5 "keywords": [
6 "github",
7 "brobbot",
8 "campfire",
9 "bot"
10 ],
11 "description": "A simple helpful robot for your Company",
12 "license": "MIT",
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/b3nj4m/hubot.git"
16 },
17 "dependencies": {
18 "coffee-script": "1.6.3",
19 "optparse": "1.0.4",
20 "scoped-http-client": "0.9.8",
21 "log": "1.4.0",
22 "express": "3.18.1",
23 "q": "~1.1.1",
24 "lodash": "~2.4.1"
25 },
26 "engines": {
27 "node": ">= 0.8.x",
28 "npm": ">= 1.1.x"
29 },
30 "main": "./index",
31 "bin": {
32 "brobbot": "./bin/brobbot"
33 }
34}