summaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 224092cc8e6009e9a37ff1e8a42e2929819d975e (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.1",
  "authors": [
    "manolo@vaadin.com"
  ],
  "description": "Vaadin web components",
  "keywords": [
    "vaadin",
    "web",
    "components"
  ],
  "dependencies": {
    "webcomponentsjs": "0.5.2"
    , "vaadin-valo": ""
  },
  "license": "Apache"
}