summaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 406475a8cfba1cb524a0651b0d9aea8249fce443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "vaadin-components",
  "version": "0.3.0-beta4",
  "authors": [
    "Vaadin Ltd"
  ],
  "description": "Vaadin Components is an evolving set of custom HTML elements, built using Polymer, for building mobile and desktop web applications in modern browsers.",
  "license": "Apache License 2.0",
  "keywords": [
    "web-components"
  ],
  "main": "vaadin-components.html",
  "ignore": [
    "**/.*",
    "**/node_modules",
    "**/bower_components",
    "**/test",
    "**/tests"
  ],
  "dependencies": {
    "polymer": "Polymer/polymer#v1.0.2"
  }
}