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.

package.json 549B

1234567891011121314151617181920
  1. {
  2. "name": "vaadin",
  3. "version": "10.0.0-beta1",
  4. "description": "Vaadin Elements is an evolving set of open source custom HTML elements, built using Polymer, for building mobile and desktop web applications in modern browsers.",
  5. "author": "Vaadin Ltd",
  6. "license": "(Apache-2.0 OR SEE LICENSE IN https://vaadin.com/license/cval-3.0)",
  7. "dependencies": {
  8. "bower": "latest"
  9. },
  10. "devDependencies": {},
  11. "keywords": [
  12. "vaadin",
  13. "core",
  14. "elements",
  15. "web",
  16. "components",
  17. "webcomponents",
  18. "web-components"
  19. ]
  20. }