bower.json 389 B

1234567891011121314151617181920
  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-native-dragdrop": "1.2.2",
  17. "angular-bindonce": "0.3.3",
  18. "clipboard": "^1.5.16"
  19. }
  20. }