You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bower.json 533B

12345678910111213141516171819202122232425
  1. {
  2. "name": "vaadin",
  3. "description": "Bundle containing all elements which are part of the Vaadin platform",
  4. "homepage": "https://github.com/vaadin/vaadin",
  5. "authors": [
  6. "Artur Signell <artur@vaadin.com>"
  7. ],
  8. "main": "",
  9. "license": [
  10. "Apache-2.0",
  11. "https://vaadin.com/license/cval-3.0"
  12. ],
  13. "ignore": [
  14. "**/.*",
  15. "node_modules",
  16. "bower_components",
  17. "test",
  18. "tests"
  19. ],
  20. "dependencies": {
  21. "vaadin-board": "2.0.0",
  22. "vaadin-charts": "6.0.1",
  23. "vaadin-core": "10.0.0-beta10"
  24. }
  25. }