package.json 759 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "huey",
  3. "version": "0.0.0",
  4. "private": true,
  5. "author": "windhamdavid",
  6. "description": "huey hubot",
  7. "dependencies": {
  8. "hubot": "^2.9.3",
  9. "hubot-diagnostics": "0.0.1",
  10. "hubot-google-images": "^0.1.0",
  11. "hubot-google-translate": "^0.1.0",
  12. "hubot-help": "^0.1.1",
  13. "hubot-heroku-keepalive": "0.0.4",
  14. "hubot-maps": "0.0.0",
  15. "hubot-pugme": "^0.1.0",
  16. "hubot-redis-brain": "0.0.2",
  17. "hubot-rules": "^0.1.0",
  18. "hubot-scripts": "^2.5.16",
  19. "hubot-shipit": "^0.1.1",
  20. "hubot-slack": "^2.2.0",
  21. "hubot-youtube": "^0.1.2",
  22. "hubot-browserstack": "^0.1.2",
  23. "hubot-thesimpsons": ">= 0.0.0",
  24. "hubot-slack": "2.2.0",
  25. "hubot-last-fm": "1.0.0"
  26. },
  27. "engines": {
  28. "node": "0.10.x"
  29. }
  30. }