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 636B

1234567891011121314151617181920212223
  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. "scripts": {
  11. "version": "node update-core-version.js && git add bower.json"
  12. },
  13. "devDependencies": {},
  14. "keywords": [
  15. "vaadin",
  16. "core",
  17. "elements",
  18. "web",
  19. "components",
  20. "webcomponents",
  21. "web-components"
  22. ]
  23. }