aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: c73fa521fcdba3247e46ecc5da06893ff92ec8c1 (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.0-alpha13",
  "description": "Vaadin Core Elements 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"
  ]
}