-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
45 lines (45 loc) · 1.02 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
39
40
41
42
43
44
45
{
"name": "image-carousel",
"main": "image-carousel.html",
"version": "1.0.6",
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0",
"iron-icon": "^2.0.0",
"iron-icons": "^2.0.1",
"iron-flex-layout": "^2.0.0"
},
"devDependencies": {
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0",
"web-component-tester": "Polymer/web-component-tester#^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0",
"iron-component-page": "^3.0.1"
},
"resolutions": {
"polymer": "^2.0.0"
},
"homepage": "https://github.com/a1626/image-carousel",
"description": "Image carousel element for polymer",
"keywords": [
"polymer",
"polymer2.0",
"polymer2.x",
"polymer2",
"webcomponents",
"web-components",
"image",
"caousel",
"scroller",
"image-carousel"
],
"authors": [
"a1626<[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}