-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 924 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 924 Bytes
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
{
"name": "wid-tile",
"version": "1.2.0",
"authors": [
"Thomas Hourlier <hourliert@gmail.com>"
],
"description": "An element that display a tile.",
"keywords": [
"web-component",
"web-components",
"polymer",
"tile",
"hexagon"
],
"main": "wid-tile.html",
"license": "MIT",
"homepage": "https://github.com/wid-la/wid-grid",
"ignore": [
"/.*",
"/test/",
"/demo/"
],
"dependencies": {
"polymer": "Polymer/polymer#~1.0.5",
"neon-animation": "PolymerElements/neon-animation#~1.0.5",
"wid-d3-import": "wid-la/wid-d3-import#~1.0.0",
"paper-styles": "PolymerElements/paper-styles#~1.0.7"
},
"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"
}
}