bower.json 467 B

1234567891011121314151617181920212223
  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.2.4",
  17. "angular": "~1.5.3",
  18. "angular-route": "~1.5.3",
  19. "angular-mocks": "~1.5.3",
  20. "angular-sanitize": "~1.5.3",
  21. "angular-bindonce": "~0.3.3"
  22. }
  23. }