forked from Redbility/paper-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
32 lines (32 loc) · 794 Bytes
/
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
{
"name": "paper-carousel",
"version": "1.2.5",
"authors": [
"Óscar Solás <[email protected]>",
"Redbility <[email protected]>"
],
"description": "Polymer element for displaying a responsive carousel",
"main": [
"paper-carousel.html"
],
"license": "MIT",
"homepage": "https://github.com/Redbility/paper-carousel",
"ignore": [
"bower_components",
"source"
],
"keywords": [
"web-components",
"carousel",
"slider",
"gallery",
"images",
"responsive"
],
"dependencies": {
"polymer": "polymer/polymer#^v1.2.0",
"iron-icons": "PolymerElements/iron-icons#^1.0.0",
"iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.0",
"paper-styles": "PolymerElements/paper-styles#^1.0.0"
}
}