bower.json 492 B

12345678910111213141516171819202122
  1. {
  2. "name": "sentry",
  3. "repository": {
  4. "type": "git",
  5. "url": "git://github.com/getsentry/sentry.git"
  6. },
  7. "private": true,
  8. "dependencies": {
  9. "bootstrap": "~2.3.2",
  10. "jquery": "~2.1.0",
  11. "jquery-flot": "~0.8.3",
  12. "moment": "~2.8.4",
  13. "simple-slider": "https://github.com/loopj/jquery-simple-slider.git",
  14. "platformicons": "1.0.2",
  15. "raven-js": "~1.1.16"
  16. },
  17. "resolutions": {
  18. "bootstrap": "~2.3.2",
  19. "jquery": "~2.1.0",
  20. "moment": "~2.8.4"
  21. }
  22. }