bower.json 525 B

12345678910111213141516171819202122232425
  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": "3.1.0",
  17. "lodash": "4.15.0",
  18. "angular": "1.5.8",
  19. "angular-route": "1.5.8",
  20. "angular-mocks": "1.5.8",
  21. "angular-sanitize": "1.5.8",
  22. "angular-native-dragdrop": "1.2.2",
  23. "angular-bindonce": "0.3.3"
  24. }
  25. }