aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 86ba57176cd75694151c9cc9529b59d20ad3d4f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "name": "vaadin-elements",
  "version": "0.3.0-beta12",
  "authors": [
    "Vaadin Ltd"
  ],
  "description": "Vaadin Elements 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-elements.html",
  "ignore": [
    "**/.*",
    "**/node_modules",
    "**/bower_components",
    "**/test",
    "**/tests"
  ],
  "dependencies": {
    "vaadin-grid": "vaadin/vaadin-grid#0.9.0-beta5",
    "elements-demo-resources": "vaadin/elements-demo-resources#master"
  },
  "devDependencies": {
    "iron-doc-viewer": "polymerelements/iron-doc-viewer#~1.0.3",
    "hydrolysis": "polymer/hydrolysis#~1.15.1",
    "lodash": "~3.9.3"
  },
  "resolutions": {
    "polymer": "v1.1.1"
  }
}