aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 5f2c22457c239412d7ef7159a7315d8119732f75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "vaadin",
  "version": "10.0.0-alpha16",
  "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.",
  "author": "Vaadin Ltd",
  "license": "(Apache-2.0 OR SEE LICENSE IN https://vaadin.com/license/cval-3.0)",
  "dependencies": {
    "bower": "latest"
  },
  "devDependencies": {},
  "keywords": [
    "vaadin",
    "core",
    "elements",
    "web",
    "components",
    "webcomponents",
    "web-components"
  ]
}