package.json 723 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "huey",
  3. "version": "0.0.1",
  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-thesimpsons": ">= 0.0.0",
  23. "hubot-slack": "2.2.0",
  24. "hubot-last-fm": "1.0.0"
  25. },
  26. "engines": {
  27. "node": "0.10.x"
  28. }
  29. }