summaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 78359e9e4558d9404de44520852d594bf8f660c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name" : "vaadin-components",
  "homepage": "http://vaadin.com",
  "version" : "0.1.2",
  "authors": [
    "manolo@vaadin.com"
  ],
  "description": "Vaadin web components",
  "keywords": [
    "vaadin",
    "web",
    "components"
  ],
  "dependencies": {
    "webcomponentsjs": "0.5.2"
    , "vaadin-valo": ""
  },
  "license": "Apache"
}