-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 1.65 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
{
"name": "basic-carousel",
"description": "Lets user navigate laterally through a sequence of child elements",
"version": "0.6.4",
"license": "MIT",
"main": "basic-carousel.html",
"dependencies": {
"basic-accessible-list": "basic-web-components/basic-accessible-list#0.6.4",
"basic-arrow-direction": "basic-web-components/basic-arrow-direction#0.6.4",
"basic-aspect": "basic-web-components/basic-aspect#0.6.4",
"basic-children-content": "basic-web-components/basic-children-content#0.6.4",
"basic-content-items": "basic-web-components/basic-content-items#0.6.4",
"basic-direction-selection": "basic-web-components/basic-direction-selection#0.6.4",
"basic-item-selection": "basic-web-components/basic-item-selection#0.6.4",
"basic-keyboard": "basic-web-components/basic-keyboard#0.6.4",
"basic-keyboard-direction": "basic-web-components/basic-keyboard-direction#0.6.4",
"basic-page-dots": "basic-web-components/basic-page-dots#0.6.4",
"basic-sliding-viewport": "basic-web-components/basic-sliding-viewport#0.6.4",
"basic-spread-items": "basic-web-components/basic-spread-items#0.6.4",
"basic-swipe-direction": "basic-web-components/basic-swipe-direction#0.6.4",
"basic-timer-selection": "basic-web-components/basic-timer-selection#0.6.4",
"basic-trackpad-direction": "basic-web-components/basic-trackpad-direction#0.6.4",
"polymer": "Polymer/polymer#^1.1"
},
"devDependencies": {
"basic-framed-content": "basic-web-components/basic-framed-content#0.6.4",
"web-component-tester": "*"
},
"keywords": [
"basic-web-components",
"web-components"
],
"ignore": [
"**/.*",
"/test/"
]
}