-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
38 lines (38 loc) · 1.08 KB
/
bower.json
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
33
34
35
36
37
38
{
"name": "lavu-grid",
"version": "0.0.6",
"authors": [
"Leif Olsen <[email protected]>"
],
"description": "The `lavu-grid` grid component is a simplified method for laying out content for multiple screen sizes. It reduces the usual coding burden required to correctly display blocks of content in a variety of display conditions.",
"keywords": [
"web-component",
"web-components",
"polymer",
"layout",
"grid",
"responsive-grid"
],
"main": "lavu-grid.html",
"repository": {
"type": "git",
"url": "git://github.com/leifoolsen/lavu-grid"
},
"license": "Apache License 2.0",
"homepage": "https://github.com/leifoolsen/lavu-grid/",
"ignore": [
"/.*",
"/node_modules/",
"/bower_components/",
"/test/"
],
"dependencies": {
"iron-media-query": "PolymerElements/iron-media-query#~1.0.2",
"polymer": "Polymer/polymer#^1.0.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"paper-styles": "PolymerElements/paper-styles#~1.0.11",
"web-component-tester": "*"
}
}