bower.json 595 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "grafana",
  3. "version": "2.0.2",
  4. "homepage": "https://github.com/grafana/grafana",
  5. "authors": [],
  6. "license": "Apache 2.0",
  7. "ignore": [
  8. "**/.*",
  9. "node_modules",
  10. "bower_components",
  11. "public/vendor/",
  12. "test",
  13. "tests"
  14. ],
  15. "dependencies": {
  16. "jquery": "~2.1.4",
  17. "angular": "~1.4.3",
  18. "angular-route": "~1.4.3",
  19. "angular-mocks": "~1.4.3",
  20. "angular-sanitize": "~1.4.3",
  21. "angular-native-dragdrop": "~1.1.1",
  22. "angular-bindonce": "~0.3.3",
  23. "requirejs": "~2.1.18",
  24. "requirejs-text": "~2.0.14",
  25. "aws-sdk": "~2.1.42"
  26. }
  27. }