forked from trendmicro-frontend/react-dropdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 956 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
33
{
"name": "@trendmicro/react-dropdown",
"description": "React Dropdown component",
"theme": "minimalism",
"authors": [
{
"name": "Cheton Wu",
"email": "[email protected]",
"homepage": "https://github.com/cheton"
}
],
"homepage": "https://github.com/trendmicro-frontend/react-dropdown",
"snapshots": [
"./snapshots/dropdown-buttons.png",
"./snapshots/dropdown-menu.png",
"./snapshots/dropdown-disabled.png",
"./snapshots/dropdown-divider.png",
"./snapshots/dropdown-single-selection.png",
"./snapshots/dropdown-multiple-selection.png",
"./snapshots/dropdown-header.png",
"./snapshots/dropdown-icon.png",
"./snapshots/dropdown-badge.png",
"./snapshots/dropdown-multi-level-dropdown.png",
"./snapshots/dropdown-scrollable.png",
"./snapshots/dropdown-search-filter.png"
],
"keywords": [
"dropdown",
"react",
"react-dropdown"
],
"license": "MIT"
}