-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 775 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 775 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
{
"name": "x-carousel",
"homepage": "https://github.com/KanoComputing/x-carousel",
"authors": [
"Kano Computing"
],
"description": "",
"main": "kano-carousel.html",
"keywords": [
"Polymer",
"WebComponents",
"Carousel"
],
"license": "GPL-3.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^2.0.0",
"polymer": "Polymer/polymer#^2.6.0",
"webcomponentsjs": "webcomponents/webcomponentsjs"
},
"devDependencies": {
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0",
"web-component-tester": "^5.0.0",
"iron-test-helpers": "PolymerElements/iron-test-helpers#^2.0.0"
}
}