forked from JanMiksovsky/basic-list-box
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
36 lines (36 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
{
"name": "basic-list-box",
"description": "A single-selection list box that supports selection highlighting (using the system highlight color) and keyboard navigation.",
"version": "0.6.4",
"license": "MIT",
"main": "basic-list-box.html",
"dependencies": {
"basic-accessible-list": "basic-web-components/basic-accessible-list#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-keyboard-paging": "basic-web-components/basic-keyboard-paging#0.6.4",
"basic-keyboard-prefix-selection": "basic-web-components/basic-keyboard-prefix-selection#0.6.4",
"basic-selection-highlight": "basic-web-components/basic-selection-highlight#0.6.4",
"basic-selection-scroll": "basic-web-components/basic-selection-scroll#0.6.4",
"basic-tap-selection": "basic-web-components/basic-tap-selection#0.6.4",
"basic-shared": "basic-web-components/basic-shared#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": [
"web-components",
"basic-web-components"
],
"ignore": [
"**/.*",
"/test/"
]
}