-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 1.11 KB
/
bower.json
File metadata and controls
39 lines (39 loc) · 1.11 KB
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
39
{
"name": "wid-cards-grid",
"version": "1.1.6",
"authors": [
"Thomas Hourlier <hourliert@gmail.com>"
],
"description": "This element displays a grid of material design cards.",
"keywords": [
"web-component",
"web-components",
"polymer",
"card",
"grid",
"flex"
],
"main": "wid-cards-grid.html",
"license": "MIT",
"homepage": "https://github.com/wid-la/wid-cards-grid",
"ignore": [
"/.*",
"/test/",
"/demo/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"neon-animation": "PolymerElements/neon-animation#~1.0.4",
"iron-media-query": "PolymerElements/iron-media-query#~1.0.2"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "*",
"iron-test-helpers": "PolymerElements/iron-test-helpers#~1.0.1",
"test-fixture": "PolymerElements/test-fixture#~1.0.0",
"wid-card": "wid-la/wid-card#~1.0.0",
"iron-icon": "PolymerElements/iron-icon#~1.0.2",
"iron-image": "PolymerElements/iron-image#~1.0.2",
"iron-icons": "PolymerElements/iron-icons#~1.0.3"
}
}