Files
Hubot/package.json
Tommy Parnell 46638c2f33 clean things up
2015-10-13 08:50:18 -04:00

26 lines
617 B
JSON

{
"name": "hubot",
"version": "0.0.0",
"private": true,
"author": "Tommy Parnell <tparnell8@gmail.com>",
"description": "I am a bot",
"dependencies": {
"coffee-script": "^1.9.3",
"hubot": "^2.13.2",
"hubot-azure-scripts": "^0.1.6",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.1.5",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.1.1",
"hubot-maps": "0.0.2",
"hubot-pugme": "^0.1.0",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.16.1",
"hubot-shipit": "^0.2.0",
"hubot-slack": "^3.3.0"
},
"engines": {
"node": "0.12.x"
}
}