summaryrefslogtreecommitdiffstats
path: root/package.json
blob: a0dc4a2983388334ca156ffcb9ba488be84b57d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "vaadin-core",
  "version": "10.0.13",
  "description": "Vaadin components is an evolving set of free, open sourced custom HTML elements, built using Polymer, for building mobile and desktop web applications in modern browsers.",
  "author": "Vaadin Ltd",
  "license": "Apache-2.0",
  "dependencies": {
    "bower": "latest"
  },
  "devDependencies": {},
  "keywords": [
    "vaadin",
    "core",
    "elements",
    "web",
    "components",
    "webcomponents",
    "web-components"
  ]
}