bower.json 506 B

123456789101112131415161718192021222324
  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. "angular": "1.6.1",
  17. "angular-route": "1.6.1",
  18. "angular-mocks": "1.6.1",
  19. "angular-sanitize": "1.6.1",
  20. "angular-native-dragdrop": "1.2.2",
  21. "angular-bindonce": "0.3.3",
  22. "clipboard": "^1.5.16"
  23. }
  24. }