-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
26 lines (26 loc) · 1.18 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
{
"name": "etools-searchable-multiselection-menu",
"description": "Dropdown menu with search and multiple options selection",
"version": "2.2.18",
"license": "https://github.com/unicef-polymer/etools-searchable-multiselection-menu/blob/master/LICENSE.md",
"main": "etools-searchable-multiselection-menu.html",
"dependencies": {
"polymer": "Polymer/polymer#^1.4.0",
"paper-menu-button": "PolymerElements/paper-menu-button#^1.5.2",
"paper-input": "PolymerElements/paper-input#^1.1.20",
"paper-item": "PolymerElements/paper-item#^1.2.1",
"paper-listbox": "PolymerElements/paper-listbox#^1.1.2",
"iron-icon": "PolymerElements/iron-icon#^1.0.12",
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.3.1",
"paper-icon-button": "PolymerElements/paper-icon-button#^1.1.3",
"etools-ajax": "^2.0.0",
"paper-menu": "PolymerElements/paper-menu#^1.3.0",
"etools-dialog": "^1.2.7"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
}