package.json 621 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "huey",
  3. "version": "0.0.0",
  4. "private": true,
  5. "author": "y",
  6. "description": "something else",
  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. },
  23. "engines": {
  24. "node": "0.10.x"
  25. }
  26. }